mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
adds overflow-wrap to asset info table
This commit is contained in:
parent
addd806653
commit
608d07d03c
|
@ -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 **/
|
||||
|
|
Loading…
Reference in a new issue