mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
fix button fill container (#6969)
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
{/if}
|
||||
{#key css}
|
||||
<div
|
||||
class="inline-flex"
|
||||
class={twMerge('inline-flex', resolvedConfig.fillContainer ? 'w-full h-full' : '')}
|
||||
title={resolvedConfig.tooltip && String(resolvedConfig.tooltip).length > 0
|
||||
? String(resolvedConfig.tooltip)
|
||||
: undefined}
|
||||
|
||||
Reference in New Issue
Block a user