Merge pull request #399 from akinwale/issue255-css
Issue #255 purchase confirmation dialog css fix
This commit is contained in:
commit
47a5f6a442
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@
|
||||||
padding: $spacing-vertical;
|
padding: $spacing-vertical;
|
||||||
box-shadow: $box-shadow-layer;
|
box-shadow: $box-shadow-layer;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal__header {
|
.modal__header {
|
||||||
|
|
Loading…
Reference in a new issue