Skip to content

Commit

Permalink
Merge pull request go-shiori#205 from nfam/master
Browse files Browse the repository at this point in the history
Fix: grid layout on dialog
  • Loading branch information
RadhiFadlillah authored Oct 16, 2019
2 parents 7a2bcac + 9835336 commit a0d727b
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 a0d727b

Please sign in to comment.