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:
parent
6f9ede569e
commit
41a5282b7e
@ -898,7 +898,6 @@ StTooltip StLabel {
|
|||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
caret-color: #ffffff;
|
caret-color: #ffffff;
|
||||||
caret-size: 1px;
|
caret-size: 1px;
|
||||||
height: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-response:focus {
|
.chat-response:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user