Updated fix for form titles

This commit is contained in:
Ken Hoes
2017-01-10 10:15:00 -05:00
parent 7816d8e39e
commit 52c861503b
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
word-break: break-all; word-break: break-all;
max-width: 90%; max-width: 90%;
word-wrap: break-word; word-wrap: break-word;
margin-bottom: 20px;
} }
.Form-secondaryTitle{ .Form-secondaryTitle{

View File

@@ -13,6 +13,7 @@
.Modal-header { .Modal-header {
display: flex; display: flex;
width: 100%; width: 100%;
margin-bottom: 25px;
} }
.Modal-title { .Modal-title {