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

Unverified Commit 54195a2e authored by Richard Steinmetz's avatar Richard Steinmetz Committed by GitHub
Browse files

Merge pull request #3517 from nextcloud/backport/3505/stable2.3

[stable2.3] fix simple editor size
parents 810b5a63 8adb61ee
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 {