adds overflow-wrap to asset info table
This commit is contained in:
parent
addd806653
commit
608d07d03c
1 changed files with 2 additions and 4 deletions
|
@ -841,10 +841,8 @@ input[type="radio"]:checked::before {
|
||||||
grid-template-columns: .1em auto;
|
grid-template-columns: .1em auto;
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
.info-overflow {
|
.container.row-striped .col-md-6 {
|
||||||
overflow:hidden;
|
overflow-wrap:anywhere;
|
||||||
white-space:nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
/** --------------------------------------- **/
|
/** --------------------------------------- **/
|
||||||
/** End checkbox styles to replace iCheck **/
|
/** End checkbox styles to replace iCheck **/
|
||||||
|
|
Loading…
Add table
Reference in a new issue