Issue purchase confirmation dialog css fix #399

Merged
akinwale merged 2 commits from issue255-css into master 2017-07-29 19:00:08 +02:00
Showing only changes of commit 0451967883 - Show all commits

View file

@ -32,7 +32,7 @@
box-shadow: $box-shadow-layer;
max-width: 400px;
word-break: break-word
word-break: break-word;
}
.modal__header {
@ -80,4 +80,4 @@
max-height: 400px;
max-width: 400px;
overflow-y: hidden;
}
}