mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Fixed display of non-breaking names
This commit is contained in:
@@ -44,9 +44,11 @@
|
|||||||
color: @list-header-txt;
|
color: @list-header-txt;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
min-height: 45px;
|
min-height: 45px;
|
||||||
|
word-break: break-all;
|
||||||
|
max-width: 90%;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-secondaryTitle{
|
.Form-secondaryTitle{
|
||||||
|
|||||||
@@ -66,6 +66,12 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
max-width: 200px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.BreadCrumb-item + .BreadCrumb-item:before {
|
.BreadCrumb-item + .BreadCrumb-item:before {
|
||||||
|
|||||||
Reference in New Issue
Block a user