Merge pull request #2766 from kensible/2723-template-survey-overflow

Long names no longer overflow
This commit is contained in:
kensible
2016-07-01 15:59:16 -04:00
committed by GitHub

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%;