From 400f03fa6038bc251136060b0bc4e109a7596480 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Tue, 3 Sep 2013 20:35:22 -0700 Subject: [PATCH] Fix Firefox descender cutoff (imported from commit 58f92325f137c80e9c98fd7b391af6393d4d3ca6) --- static/styles/zulip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 91b22df152..695ef09345 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -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; }