diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 01:54:54 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 01:54:54 -0600 |
| commit | 0faaeb02f3188986cbfbad942d3c3194f2e5c387 (patch) | |
| tree | a727c956cb18b107546c78db73cbc18c07c11fcd /src | |
| parent | 734597b43f0376c8df1f64c54f9fec592ffea51f (diff) | |
fixed line-height for text box
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
