Skip to content

Commit

Permalink
Added max width to the column with editor area. I used 'minmax' grid …
Browse files Browse the repository at this point in the history
…function for this.
  • Loading branch information
SimaDovakin committed Jun 27, 2022
1 parent a5485f7 commit 25c7f75
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: minmax(auto, 1209px) 0.9fr;
grid-template-rows: 0.2fr 1.8fr;
gap: 0 14px;
grid-auto-flow: row;
Expand Down

0 comments on commit 25c7f75

Please sign in to comment.