Skip to content

Commit

Permalink
Merge pull request #2072 from SimaDovakin/main
Browse files Browse the repository at this point in the history
Added max width to the column with editor area. I used 'minmax' grid …
  • Loading branch information
bitwiseman committed Aug 6, 2022
2 parents 968e9a6 + 4c63ab2 commit fc2a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/common-style.css
Expand Up @@ -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;
Expand Down

0 comments on commit fc2a584

Please sign in to comment.