mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix alignment of inputs in Search-Replace panel.
This commit is contained in:
parent
27c02f5ef5
commit
54de12d908
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
input {
|
input {
|
||||||
width: 210px;
|
width: 210px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.btn-group {
|
.btn-group {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue