mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Vertically center caret
This commit is contained in:
parent
c1b20a38dd
commit
5edeff36b6
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
border-top: @caret-width-base solid;
|
||||
border-right: @caret-width-base solid transparent;
|
||||
border-left: @caret-width-base solid transparent;
|
||||
margin-top: -@caret-width-base/2;
|
||||
}
|
||||
|
||||
// The dropdown wrapper (div)
|
||||
|
|
Loading…
Reference in a new issue