mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
testing overflow solutions
This commit is contained in:
parent
13c6a7f89b
commit
addd806653
|
@ -841,7 +841,11 @@ input[type="radio"]:checked::before {
|
||||||
grid-template-columns: .1em auto;
|
grid-template-columns: .1em auto;
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
.info-overflow {
|
||||||
|
overflow:hidden;
|
||||||
|
white-space:nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
/** --------------------------------------- **/
|
/** --------------------------------------- **/
|
||||||
/** End checkbox styles to replace iCheck **/
|
/** End checkbox styles to replace iCheck **/
|
||||||
/** --------------------------------------- **/
|
/** --------------------------------------- **/
|
|
@ -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