mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Merge pull request #13046 from Godmartinz/asset_info_overflow
Added Asset info overflow-wrap
This commit is contained in:
commit
67e0eb3193
|
@ -845,6 +845,10 @@ input[type="radio"]:checked::before {
|
|||
gap: 1.5em;
|
||||
}
|
||||
|
||||
.container.row-striped .col-md-6 {
|
||||
overflow-wrap:anywhere;
|
||||
}
|
||||
|
||||
.nav-tabs-custom > .nav-tabs > li {
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue