Merge branch 'main' into break_answer_buttons_table_x_axis_in_two_rows

This commit is contained in:
GithubAnon0000 2025-04-27 21:26:36 +00:00 committed by GitHub
commit 533571c943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
&:focus { &:focus {
outline: none; outline: none;
} }
min-height: 1.5em;
} }
/* editable-base.scss contains styling targeting user HTML */ /* editable-base.scss contains styling targeting user HTML */

View file

@ -2,7 +2,6 @@
* { * {
max-width: 100%; max-width: 100%;
min-height: 1.5em;
} }
p { p {