logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 4664d99af26bfebadf70be740abfd49acc045897
parent ad3916027a1994cbc2a5a7b6c35576ef7a971c12
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  9 May 2023 23:29:30 +0300

lint

Diffstat:

Msrc/components/settings_modal/helpers/attachment_setting.vue3++-
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 @@ -87,7 +87,8 @@ .controls { margin-bottom: 0.5em; - input, button { + input, + button { width: 100%; } }