Relaxed the width for form select
This commit is contained in:
parent
12025f4325
commit
bbead9d71b
|
@ -127,6 +127,9 @@ width:39%;
|
|||
.form_settings .form_data textarea {
|
||||
width:63%;
|
||||
}
|
||||
.form_settings .form_data select {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.form_settings .form_data input.submit {
|
||||
margin-left:0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user