mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fixing title styling for survey maker and survey taker for long titles
This commit is contained in:
parent
ba628893d1
commit
1ee7f2969f
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user