mirror of https://github.com/ColorlibHQ/AdminLTE
add wrap/truncate note for info-boxes
parent
d04b8e0eba
commit
9f5c6bcfd8
|
@ -72,6 +72,11 @@ There are two types of boxes, info boxes & small boxes. Both boxes are used to d
|
|||
{: .col-md-4 .col-sm-6 .col-12}
|
||||
</div>
|
||||
|
||||
> ##### Note!
|
||||
> To wrap the text in to a new line add to the info-box-text the class text-wrap.
|
||||
> To truncate the text with ... add to the info-box-content the class text-truncate. (Here you should add a tooltip to display the whole pharse)
|
||||
{: .quote-danger}
|
||||
|
||||
##### Info Box with Progress Bar
|
||||
{: .text-bold .text-dark .mt-4}
|
||||
|
||||
|
|
Loading…
Reference in New Issue