mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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;
|
||||
}
|
||||
|
|
|
@ -730,7 +730,7 @@
|
|||
</strong>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{!! nl2br(e($asset->notes)) !!}
|
||||
{!! nl2br(e($asset->notes)) !!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue