mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
fixed word wrapping
This commit is contained in:
@@ -78,6 +78,7 @@ table, tbody {
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
border-top:0px!important;
|
border-top:0px!important;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-tableCell.description-column {
|
.List-tableCell.description-column {
|
||||||
|
|||||||
@@ -101,10 +101,8 @@
|
|||||||
|
|
||||||
.DashboardList-nameCell {
|
.DashboardList-nameCell {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow:hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.DashboardList-nameContainer {
|
.DashboardList-nameContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user