Long names no longer overflow

This commit is contained in:
Ken Hoes 2016-07-01 15:25:36 -04:00
parent 27a17a9f54
commit 23dfb64ccb

View File

@ -68,6 +68,7 @@
.SurveyMaker-previewPanel {
display: flex;
flex: 0 0 637px;
max-width: 637px;
}
.SurveyMaker-separatorPanel {
display: flex;
@ -116,6 +117,7 @@
font-weight: normal;
font-size: small;
width: 100%;
word-break: break-word;
}
.SurveyMaker-deleteOverlay {
height: 100%;