mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
Formatting tweak
Triggered by './ninja format', though curiously it did not get picked up in a check.
This commit is contained in:
parent
cfe1b79737
commit
b415c7a9a5
1 changed files with 1 additions and 3 deletions
|
@ -94,9 +94,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
`${maxHeight}px`,
|
||||
);
|
||||
} else {
|
||||
document.documentElement.style.removeProperty(
|
||||
"--editor-default-max-width",
|
||||
);
|
||||
document.documentElement.style.removeProperty("--editor-default-max-width");
|
||||
document.documentElement.style.removeProperty(
|
||||
"--editor-default-max-height",
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue