Merge pull request #2072 from SimaDovakin/main

Added max width to the column with editor area. I used 'minmax' grid …
This commit is contained in:
Liam Newman 2022-08-06 11:36:32 -07:00 committed by GitHub
commit fc2a584dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ input[type="checkbox"], select, button {
.container {
display: grid;
grid-template-columns: 1.6fr 0.9fr;
grid-template-columns: calc(100vw/1.6) calc(100vw/0.9);
grid-template-rows: 0.2fr 1.8fr;
gap: 0 14px;
grid-auto-flow: row;