FIX: Prevent admin theme settings from blowing up (#16653)

This commit is contained in:
Natalie Tay 2022-05-05 20:20:59 +08:00 committed by GitHub
parent 47d64b7a08
commit 8c8b646a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ input {
width: 100%;
display: grid;
grid-template-areas: "content";
grid-template-columns: 1fr;
grid-template-columns: minmax(0, 1fr);
gap: 0;
&.has-sidebar {