mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20589 from overleaf/rd-bs5-dropdown-fix
[web] Fix the dropdown toggle arrow positioning on the tag menu GitOrigin-RevId: 41935fd059c3a2a197f5f445d8c72c82415de6d7
This commit is contained in:
parent
ac74ba9e8c
commit
ca49eada95
1 changed files with 4 additions and 4 deletions
|
@ -371,16 +371,16 @@
|
|||
border-radius: var(--border-radius-base);
|
||||
background-color: transparent;
|
||||
color: var(--white);
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
padding: var(--spacing-01) var(--spacing-03);
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: -2px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue