diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-07 15:53:49 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-07 15:53:49 +0200 |
| commit | d2a74ea1a2965eb38609bb8029a41b45beab89ce (patch) | |
| tree | 47881b435bc3f2c83d031ee5ca34492bd19551a7 /src/components/user_reporting_modal | |
| parent | c34590c43983711152a843a2e36b991a5fe3bcdf (diff) | |
add .input class to all inputs
Diffstat (limited to 'src/components/user_reporting_modal')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_reporting_modal/user_reporting_modal.vue b/src/components/user_reporting_modal/user_reporting_modal.vue index 092c514e..4b37ff60 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.vue +++ b/src/components/user_reporting_modal/user_reporting_modal.vue @@ -19,7 +19,7 @@ <p>{{ $t('user_reporting.add_comment_description') }}</p> <textarea v-model="comment" - class="form-control" + class="input form-control" :placeholder="$t('user_reporting.additional_comments')" rows="1" @input="resize" |
