mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #2766 from kensible/2723-template-survey-overflow
Long names no longer overflow
This commit is contained in:
commit
267b53c434
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user