From 41a5282b7e182c53c68203422841ecc4e7046c0e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 22 Nov 2010 09:58:28 -0500 Subject: [PATCH] gnome-shell.css: don't override the chat-response entry's height We were forcing the chat-response entry to have too small a height, making underscores not show up. We're already setting the font size, so we should just let the entry request the height it needs based on that. https://bugzilla.gnome.org/show_bug.cgi?id=635471 --- 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 e5ab750b4..49aa4978f 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -898,7 +898,6 @@ StTooltip StLabel { background-color: #404040; caret-color: #ffffff; caret-size: 1px; - height: 18px; } .chat-response:focus {