mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Prevent admin theme settings from blowing up (#16653)
This commit is contained in:
parent
47d64b7a08
commit
8c8b646a59
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user