mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
refactor(tile): remove unnecessary "position: relative" style
This commit is contained in:
parent
bb2912b762
commit
67724890d4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
class:bx--tile--is-expanded="{expanded}"
|
||||
class:bx--tile--light="{light}"
|
||||
{...$$restProps}
|
||||
style="position: relative; {expanded
|
||||
style="{expanded
|
||||
? $$restProps.style
|
||||
: `${$$restProps.style}; max-height: ${tileMaxHeight + tilePadding}px`}"
|
||||
on:click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue