From 6334ec7baaa2c7653fae5e73ae1e98a65117beff Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 21 Sep 2015 16:36:55 -0300 Subject: [PATCH] Fix inital height of input message --- client/stylesheets/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index c44cd969208..a25119c8544 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -2163,6 +2163,7 @@ a.github-fork { border-bottom-left-radius: 0; overflow-y: hidden; resize: none; + line-height: 16px; &.editing { } }