Skip to content

Commit

Permalink
Increase dialog min width
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Dec 5, 2018
1 parent 76c4636 commit b531cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/components/_dialogs.scss
@@ -1,6 +1,6 @@
md-dialog {
min-width: 470px;
max-width: 600px;
min-width: 520px;
max-width: 750px;
p {
margin-bottom: 16px;
line-height: 1.3em;
Expand Down

0 comments on commit b531cb3

Please sign in to comment.