From 4664d99af26bfebadf70be740abfd49acc045897 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 9 May 2023 23:29:30 +0300 Subject: [PATCH] lint --- src/components/settings_modal/helpers/attachment_setting.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/settings_modal/helpers/attachment_setting.vue b/src/components/settings_modal/helpers/attachment_setting.vue index 447fa17294..bbc5172c78 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%; } }