mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -898,7 +898,6 @@ StTooltip StLabel {
|
|||
background-color: #404040;
|
||||
caret-color: #ffffff;
|
||||
caret-size: 1px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.chat-response:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue