Merge pull request #399 from akinwale/issue255-css

Issue #255 purchase confirmation dialog css fix
This commit is contained in:
Jeremy Kauffman 2017-07-29 13:00:07 -04:00 committed by GitHub
commit 47a5f6a442

View file

@ -31,6 +31,8 @@
padding: $spacing-vertical;
box-shadow: $box-shadow-layer;
max-width: 400px;
word-break: break-word;
}
.modal__header {
@ -78,4 +80,4 @@
max-height: 400px;
max-width: 400px;
overflow-y: hidden;
}
}