fixing title styling for survey maker and survey taker for long titles

This commit is contained in:
jaredevantabor 2017-03-03 18:56:28 -08:00 committed by Matthew Jones
parent ba628893d1
commit 1ee7f2969f
2 changed files with 7 additions and 2 deletions

View File

@ -23,12 +23,14 @@
.JobSubmission-header {
display: flex;
flex: 0 0 auto;
align-items: center;
}
.JobSubmission-title {
align-items: center;
flex: 1 0 auto;
display: flex;
word-wrap: break-word;
word-break: break-all;
max-width: 98%;
}
.JobSubmission-titleText {
color: @list-title-txt;

View File

@ -10,12 +10,14 @@
}
.SurveyMaker-header {
display: flex;
align-items: center;
}
.SurveyMaker-title {
align-items: center;
flex: 1 0 auto;
display: flex;
word-wrap: break-word;
word-break: break-all;
max-width: 98%;
}
.SurveyMaker-titleText {
color: @list-title-txt;
@ -23,6 +25,7 @@
font-weight: bold;
margin-right: 10px;
text-transform: uppercase;
max-width: 50%;
}
.SurveyMaker-titleLockup {
margin-left: 4px;