Skip to content

Commit

Permalink
fix(dialog): content width (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Jan 24, 2022
1 parent 6ad59cf commit 7832f07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/dialog/src/vwc-dialog.scss
Expand Up @@ -65,6 +65,9 @@
}
.mdc-dialog__title,
.mdc-dialog__content {
width: calc(100% - 20px);
width: calc(100% - 32px);
}
.mdc-dialog__title ~ .mdc-dialog__content {
width: 100%;
}
}

0 comments on commit 7832f07

Please sign in to comment.