mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 16:54:25 +00:00
Merge pull request #26 from sartography/dev
Fixes checkbox field width problems
This commit is contained in:
commit
f1eab906b6
@ -214,7 +214,7 @@ select.multi {
|
||||
|
||||
.form-field {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
margin-bottom: 40px;
|
||||
padding: 2em;
|
||||
|
||||
@ -227,15 +227,21 @@ select.multi {
|
||||
.form-field-input {
|
||||
width: 30%;
|
||||
text-align: left;
|
||||
margin-right: 40px;
|
||||
margin-right: 24px;
|
||||
}
|
||||
|
||||
.form-field-label {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form-field-input input {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
|
||||
&[type=checkbox] {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-field-help {
|
||||
|
Loading…
x
Reference in New Issue
Block a user