forked from Study/Blazor
14 lines
222 B
CSS
14 lines
222 B
CSS
.form-group {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
.form-group label {
|
|
width: 100px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
padding-right: 4px;
|
|
} |