Skip to content

Commit

Permalink
Fix: grid layout on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nfam committed Oct 14, 2019
1 parent 7a2bcac commit 9835336
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 65 deletions.
2 changes: 1 addition & 1 deletion internal/view/css/custom-dialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/view/less/custom-dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
overflow : auto;
font-size : 1em;
grid-template-columns: max-content 1fr;
align-content : start;
align-items : baseline;
grid-gap : 16px;

Expand Down
Loading

0 comments on commit 9835336

Please sign in to comment.