Icon button wide prop fix (#3535)

This commit is contained in:
Pavel Laptev 2024-04-17 00:00:54 +02:00 committed by GitHub
parent 5dc744dae2
commit 0b0fe13b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
class:wide
class:grow
class:not-clickable={!clickable}
class:fixed-width={!SLOTS}
class:fixed-width={!SLOTS && !wide}
class:is-dropdown={isDropdownChild}
style:align-self={align}
style:width={width ? pxToRem(width) : undefined}