Add missing semi-colon
This commit is contained in:
parent
a8ca574eb3
commit
0451967883
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue