mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 20:59:43 +00:00
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:
commit
fc2a584dee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user