From 0faaeb02f3188986cbfbad942d3c3194f2e5c387 Mon Sep 17 00:00:00 2001 From: hakui Date: Sat, 18 Feb 2017 01:54:54 -0600 Subject: [PATCH] fixed line-height for text box --- src/components/post_status_form/post_status_form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 6caa8dae..b6836b13 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -70,6 +70,7 @@ form textarea { border: none; border-radius: 2px; + line-height:16px; padding: 0.5em; resize: vertical; }