mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-15 21:29:33 +08:00
Fix pixel perfect alignment in dropdown [SCI-8032]
This commit is contained in:
parent
678d51692e
commit
107d602521
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
width: 170px;
|
width: 170px;
|
||||||
|
|
||||||
.search-field {
|
.search-field {
|
||||||
padding-left: 8px;
|
padding-left: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue