mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Merge branch 'main' into break_answer_buttons_table_x_axis_in_two_rows
This commit is contained in:
commit
533571c943
2 changed files with 2 additions and 1 deletions
|
@ -69,6 +69,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
min-height: 1.5em;
|
||||
}
|
||||
|
||||
/* editable-base.scss contains styling targeting user HTML */
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
* {
|
||||
max-width: 100%;
|
||||
min-height: 1.5em;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue