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;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container.row-striped .col-md-6 {
|
||||||
|
overflow-wrap:anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs-custom > .nav-tabs > li {
|
.nav-tabs-custom > .nav-tabs > li {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -730,7 +730,7 @@
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{!! nl2br(e($asset->notes)) !!}
|
{!! nl2br(e($asset->notes)) !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue