mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Style for label alignment on text area
This commit is contained in:
parent
fa7f8ebfed
commit
15a54d8228
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
label {
|
||||
display: inline-block;
|
||||
width: 10em;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.form-control {
|
||||
display: inline-block;
|
||||
|
@ -13,6 +14,9 @@
|
|||
input[type="checkbox"] {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
textarea {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
select {
|
||||
padding-top: 1ex;
|
||||
padding-bottom: 1ex;
|
||||
|
|
Loading…
Reference in a new issue