mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
fixing title styling for survey maker and survey taker for long titles
This commit is contained in:
committed by
Matthew Jones
parent
ba628893d1
commit
1ee7f2969f
@@ -23,12 +23,14 @@
|
|||||||
.JobSubmission-header {
|
.JobSubmission-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
.JobSubmission-title {
|
.JobSubmission-title {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
.JobSubmission-titleText {
|
.JobSubmission-titleText {
|
||||||
color: @list-title-txt;
|
color: @list-title-txt;
|
||||||
|
|||||||
@@ -10,12 +10,14 @@
|
|||||||
}
|
}
|
||||||
.SurveyMaker-header {
|
.SurveyMaker-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
.SurveyMaker-title {
|
.SurveyMaker-title {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
.SurveyMaker-titleText {
|
.SurveyMaker-titleText {
|
||||||
color: @list-title-txt;
|
color: @list-title-txt;
|
||||||
@@ -23,6 +25,7 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.SurveyMaker-titleLockup {
|
.SurveyMaker-titleLockup {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user