aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/helpers/attachment_setting.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-07 15:53:49 +0200
committerHenry Jameson <me@hjkos.com>2024-02-07 15:53:49 +0200
commitd2a74ea1a2965eb38609bb8029a41b45beab89ce (patch)
tree47881b435bc3f2c83d031ee5ca34492bd19551a7 /src/components/settings_modal/helpers/attachment_setting.vue
parentc34590c43983711152a843a2e36b991a5fe3bcdf (diff)
add .input class to all inputs
Diffstat (limited to 'src/components/settings_modal/helpers/attachment_setting.vue')
-rw-r--r--src/components/settings_modal/helpers/attachment_setting.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings_modal/helpers/attachment_setting.vue b/src/components/settings_modal/helpers/attachment_setting.vue
index b50231f2..96c80ab1 100644
--- a/src/components/settings_modal/helpers/attachment_setting.vue
+++ b/src/components/settings_modal/helpers/attachment_setting.vue
@@ -29,7 +29,7 @@
<label for="path">{{ $t('settings.url') }}</label>
<input
:id="path"
- class="string-input"
+ class="input string-input"
:disabled="shouldBeDisabled"
:value="realDraftMode ? draft : state"
@change="update"