mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Merge pull request #2766 from kensible/2723-template-survey-overflow
Long names no longer overflow
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
.SurveyMaker-previewPanel {
|
.SurveyMaker-previewPanel {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 637px;
|
flex: 0 0 637px;
|
||||||
|
max-width: 637px;
|
||||||
}
|
}
|
||||||
.SurveyMaker-separatorPanel {
|
.SurveyMaker-separatorPanel {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -116,6 +117,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.SurveyMaker-deleteOverlay {
|
.SurveyMaker-deleteOverlay {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user