diff options
| author | Ole Bertram <git@bertr.am> | 2018-07-04 13:49:20 +0200 |
|---|---|---|
| committer | Ole Bertram <git@bertr.am> | 2018-07-04 13:49:31 +0200 |
| commit | 8f7919388391742671ef0398e017383d7f0b2bc5 (patch) | |
| tree | 1cad934fe01b1bde9014d51b82d5f408774c10bc /src/components/post_status_form | |
| parent | fdc64cfa8aa9f85e4508a27429f339a946613420 (diff) | |
Unify button styles and use min-width
This seemed to be the same across multiple components anyway.
Switched to min-width to allow for buttons with longer text, e.g.
from other languages.
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 7aa0e7c4..2dda6a6e 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -124,10 +124,6 @@ padding: 0.5em; height: 32px; - button { - width: 10em; - } - p { margin: 0.35em; padding: 0.35em; |
