Replies: 3 comments
|
maybe but I don't use TailwindCSS ... as I said |
0 replies
|
You're right, i had a brainfart here, sorry... |
0 replies
|
Oh thanks, I thought I was crazy. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It seem there is a problem in the definition of
protected static array $maxWidthsin LivewireUI\Modal\ModalComponent (vendor/wire-elements/modal/src/ModalComponent.php)I don't use TailwindCSS but I redefine all
.sm:max-w-xxxclass in my own CSSIn v 1.0.3 it work perfectly
in v1.0.4 the width of modals is not good.
I correct
$maxWidthswith:The dialogs are the rigth size with this value
All reactions