Add missing semi-colon

This commit is contained in:
Jeremy Kauffman 2017-07-29 12:59:47 -04:00 committed by GitHub
parent a8ca574eb3
commit 0451967883

View file

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