added commands for text
This commit is contained in:
parent
41b933143b
commit
b7829cd198
@ -8,8 +8,11 @@
|
||||
}
|
||||
@endphp
|
||||
<div {{ $first_attributes }}>
|
||||
<!-- first div for restrict of width. With javascript will add (overflow-x-hidden) class name -->
|
||||
<div>
|
||||
<!-- There needs to be two div for disable/enable icons. If I don't create this div, animation will work with disable/enable icons -->
|
||||
<div>
|
||||
<!-- this tag use for calculate width of text and parent element -->
|
||||
<span data-truncate>
|
||||
{!! $first !!}
|
||||
</span>
|
||||
|
@ -8,8 +8,11 @@
|
||||
}
|
||||
@endphp
|
||||
<div {{ $first_attributes }}>
|
||||
<!-- first div for restrict of width. With javascript will add (overflow-x-hidden) class name -->
|
||||
<div>
|
||||
<!-- There needs to be two div for disable/enable icons. If I don't create this div, animation will work with disable/enable icons -->
|
||||
<div>
|
||||
<!-- this tag use for calculate width of text and parent element -->
|
||||
<span data-truncate>
|
||||
{!! $first !!}
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user