From 0bec76b6ee7637e96cb485406b62c76d47cbaa30 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 12 Oct 2014 09:41:30 +0200 Subject: [PATCH] app-well: Set menu width Currently the app well menu has unrestricted with which can cause it to grow with long window titles and can even go offscreen that way. So set a max size, long titles will now be properly elipised. https://bugzilla.gnome.org/show_bug.cgi?id=738054 --- data/theme/gnome-shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 843ed6cba..bb5d2c468 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -232,6 +232,10 @@ StScrollBar StButton#vhandle:active { border-width: 0px; } +.app-well-menu { + max-width: 400px; +} + /* The remaining popup-menu sizing is all done in ems, so that if you * override .popup-menu.font-size, everything else will scale with it. */