From 3173401cc25296226a7a61c6a8fccfa6c061d6c1 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 4 Feb 2011 14:41:53 -0500 Subject: [PATCH] css: don't hard code search entry height When commit 961fdd861fac46ef0ecc67bb8be14c0ce828e612 landed text in the overview search entry field started getting clipped. This is because the default font size changed but the entry is a hard coded pixel height. This commit drops the hard coding, so the entry can automatically size itself to the proper height. https://bugzilla.gnome.org/show_bug.cgi?id=641537 --- data/theme/gnome-shell.css | 1 - 1 file changed, 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index ba931add0..5f5edfcef 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -362,7 +362,6 @@ StTooltip StLabel { background-gradient-direction: vertical; caret-color: rgb(128, 128, 128); caret-size: 1px; - height: 16px; width: 250px; transition-duration: 300; }