diff options
| author | Henry Jameson <me@hjkos.com> | 2023-05-09 23:29:30 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-05-09 23:29:30 +0300 |
| commit | 4664d99af26bfebadf70be740abfd49acc045897 (patch) | |
| tree | a3c815dc8892a3d2fcdc47cdd4410fdca3147aea /src/components/settings_modal/helpers/attachment_setting.vue | |
| parent | ad3916027a1994cbc2a5a7b6c35576ef7a971c12 (diff) | |
lint
Diffstat (limited to 'src/components/settings_modal/helpers/attachment_setting.vue')
| -rw-r--r-- | src/components/settings_modal/helpers/attachment_setting.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/settings_modal/helpers/attachment_setting.vue b/src/components/settings_modal/helpers/attachment_setting.vue index 447fa172..bbc5172c 100644 --- a/src/components/settings_modal/helpers/attachment_setting.vue +++ b/src/components/settings_modal/helpers/attachment_setting.vue @@ -87,7 +87,8 @@ .controls { margin-bottom: 0.5em; - input, button { + input, + button { width: 100%; } } |
