From dc624f65e47e461cc7692611564dd11501d21249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 19 Sep 2011 21:58:53 +0200 Subject: [PATCH] user-menu: Fix spacing in combobox item At some time an additional container was added which broke the existing CSS rule. --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 9052a13c7..f36f9c82b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -418,7 +418,7 @@ StTooltip StLabel { } .status-chooser-status-item, -.status-chooser-combo > .popup-combobox-item { +.status-chooser-combo .popup-combobox-item { spacing: .4em; }