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:
Rebeka Dekany 2024-09-25 15:46:54 +02:00 committed by Copybot
parent ac74ba9e8c
commit ca49eada95

View file

@ -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;
}
}