mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(expandable-tile): use css to ensure max-height value
This commit is contained in:
parent
28a5100e6f
commit
23a0de3f2a
2 changed files with 8 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
<script>
|
||||
let className = undefined;
|
||||
export { className as class };
|
||||
export let direction = 'bottom';
|
||||
export let align = 'center';
|
||||
export let direction = 'bottom';
|
||||
export let id = Math.random();
|
||||
export let tooltipText = '';
|
||||
export let style = undefined;
|
||||
export let tooltipText = '';
|
||||
|
||||
import { cx } from '../../lib';
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue