Issue #255 purchase confirmation dialog css fix #399

Merged
akinwale merged 2 commits from issue255-css into master 2017-07-29 19:00:08 +02:00

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;
}
}