diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-08-20 18:06:29 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-20 18:06:29 +0000 |
| commit | 95e6bccec5a3bb89ca6b1511f12eb0caf5a241a4 (patch) | |
| tree | 84aa521f14592e584fa8369d7ad353198af9403f /src/components/post_status_form | |
| parent | 4ba4772e921ce0600e62e116bbc8e68686e51f32 (diff) | |
Revert "Unify button styles and use min-width"
This reverts commit 8f7919388391742671ef0398e017383d7f0b2bc5.
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 4 |
1 files changed, 4 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 1e1c6f1d..2b84758b 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -107,6 +107,10 @@ padding: 0.5em; height: 32px; + button { + width: 10em; + } + p { margin: 0.35em; padding: 0.35em; |
