diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
| commit | f47a0ff0ef73cc76867403f177aa7e745aad4503 (patch) | |
| tree | c8da60aadf5000d41ae06aa329a85f7dae289ef5 /src/components/post_status_form | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
| parent | 2f4d8110797b903920ae821bbc3c6419609acb5e (diff) | |
Merge branch 'develop' into 'develop'
Develop
See merge request !15
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a6aaf511..b6836b13 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -57,13 +57,22 @@ form { display: flex; flex-direction: column; - padding: 0.5em; + padding: 0.6em; } .form-group { display: flex; flex-direction: column; + padding: 0.3em 0.5em 0.6em; + line-height:24px; + } + + form textarea { + border: none; + border-radius: 2px; + line-height:16px; padding: 0.5em; + resize: vertical; } .btn { |
