From 6cb9436dc4c7f0b5fe55f39c1e8545d7005990d6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 4 Jul 2023 16:06:26 +0200 Subject: [PATCH] Fix the sizing of input fields on smartphones See https://www.woltlab.com/community/thread/300456-editor-block-einf%C3%BCgen-mobil/ --- wcfsetup/install/files/style/ui/ckeditor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 3065bc1bdf..08bdc09aff 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -443,4 +443,8 @@ html.touch .ck.ck-balloon-panel.ck-tooltip { /* Font sizes below 16px cause iOS to zoom when moving the focus inside of it. */ font-size: 16px; } + + .ck.ck-input { + --ck-input-width: 100%; + } } -- 2.20.1