mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
user-menu: Fix spacing in combobox item
At some time an additional container was added which broke the existing CSS rule.
This commit is contained in:
parent
361652d028
commit
dc624f65e4
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ StTooltip StLabel {
|
|||
}
|
||||
|
||||
.status-chooser-status-item,
|
||||
.status-chooser-combo > .popup-combobox-item {
|
||||
.status-chooser-combo .popup-combobox-item {
|
||||
spacing: .4em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue