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
This commit is contained in:
Dan Winship 2010-11-22 09:58:28 -05:00
parent 6f9ede569e
commit 41a5282b7e

View File

@ -898,7 +898,6 @@ StTooltip StLabel {
background-color: #404040;
caret-color: #ffffff;
caret-size: 1px;
height: 18px;
}
.chat-response:focus {