Problem with Modal Size Assignment #392
Unanswered
GusAlberto
asked this question in
Q&A
Replies: 1 comment 5 replies
-
This is probably related to your tailwind config, I assume the CSS class is not included in your CSS. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the
public static function attributes(): array
within my component and set the 'size,' the modal ends up with a different size than the one chosen, and even when I run 'npm run dev,' the change is not applied.I would like to know why this behavior is happening and if it's possible to have different sizes for parent and child modals.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions