Merge pull request #13046 from Godmartinz/asset_info_overflow

Added Asset info overflow-wrap
This commit is contained in:
snipe 2023-05-24 16:13:01 -07:00 committed by GitHub
commit 67e0eb3193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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;
}

View file

@ -730,7 +730,7 @@
</strong>
</div>
<div class="col-md-6">
{!! nl2br(e($asset->notes)) !!}
{!! nl2br(e($asset->notes)) !!}
</div>
</div>