mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 10:42:05 +03:00
Fix dropdown item paddings (#9616)
Fixes a small issue with dropdown item alignment. <img width="243" alt="Screenshot 2024-04-03 at 4 55 12 PM" src="https://github.com/enso-org/enso/assets/6566674/96803537-bc30-456c-b694-5fd7c70e21db">
This commit is contained in:
parent
59379eaa4f
commit
a474955e28
@ -152,6 +152,7 @@ li {
|
||||
}
|
||||
|
||||
.item.selected {
|
||||
margin-left: 8px;
|
||||
border-radius: var(--radius-full);
|
||||
background-color: var(--color-port-connected);
|
||||
width: min-content;
|
||||
|
Loading…
Reference in New Issue
Block a user