Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8adb61ee authored by szaimen's avatar szaimen Committed by backportbot[bot]
Browse files

fix simple editor size



Signed-off-by: default avatarszaimen <szaimen@e.mail.de>
parent 810b5a63
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -530,7 +530,11 @@
			textarea,
			input,
			div.multiselect {
				width: 100%
				width: 100%;
			}

			textarea {
				max-height: calc(100vh - 600px);
			}

			&--readonly {