testing overflow solutions

This commit is contained in:
Godfrey M 2023-05-17 10:47:50 -07:00
parent 13c6a7f89b
commit addd806653
2 changed files with 6 additions and 2 deletions

View file

@ -841,7 +841,11 @@ input[type="radio"]:checked::before {
grid-template-columns: .1em auto;
gap: 1.5em;
}
.info-overflow {
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/
/** --------------------------------------- **/

View file

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