aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/helpers
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-05-09 23:29:30 +0300
committerHenry Jameson <me@hjkos.com>2023-05-09 23:29:30 +0300
commit4664d99af26bfebadf70be740abfd49acc045897 (patch)
treea3c815dc8892a3d2fcdc47cdd4410fdca3147aea /src/components/settings_modal/helpers
parentad3916027a1994cbc2a5a7b6c35576ef7a971c12 (diff)
lint
Diffstat (limited to 'src/components/settings_modal/helpers')
-rw-r--r--src/components/settings_modal/helpers/attachment_setting.vue3
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%;
}
}