mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Fix Firefox descender cutoff
(imported from commit 58f92325f137c80e9c98fd7b391af6393d4d3ca6)
This commit is contained in:
parent
4aa9798f29
commit
400f03fa60
@ -807,7 +807,7 @@ just a temporary hack.
|
||||
.compose_table .pm_recipient .you_text {
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.compose_table .pm_recipient #private_message_recipient {
|
||||
@ -1352,7 +1352,7 @@ textarea.new_message_textarea {
|
||||
|
||||
input.recipient_box {
|
||||
margin: 0px;
|
||||
height: 1em;
|
||||
height: 1.1em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user