Fix Firefox descender cutoff

(imported from commit 58f92325f137c80e9c98fd7b391af6393d4d3ca6)
This commit is contained in:
Allen Rabinovich 2013-09-03 20:35:22 -07:00
parent 4aa9798f29
commit 400f03fa60

View File

@ -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;
}