adds overflow-wrap to asset info table

This commit is contained in:
Godfrey M 2023-05-17 13:08:53 -07:00
parent addd806653
commit 608d07d03c

View file

@ -841,10 +841,8 @@ input[type="radio"]:checked::before {
grid-template-columns: .1em auto;
gap: 1.5em;
}
.info-overflow {
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;
.container.row-striped .col-md-6 {
overflow-wrap:anywhere;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/