Skip to content

Commit cd9b6d4

Browse files
authored
Merge pull request #142 from silinternational/develop
Release
2 parents 39360f7 + 11943d3 commit cd9b6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdc/Drawer/Drawer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ main {
124124
<slot name="drawer-content-top" />
125125
<!-- override built-in padding so height 100 works correctly without creating a vertical scroller -->
126126
<!-- changing the list to flex causes the margins to not collapse -->
127-
<nav class="mdc-deprecated-listflex column p-0" class:h-100={isFullHeightMenu} on:click={onListClick} bind:this={listElement}>
127+
<nav class="mdc-deprecated-list flex column p-0" class:h-100={isFullHeightMenu} on:click={onListClick} bind:this={listElement}>
128128
{#each menuItems as { icon, label, url, urlPattern, hide, button, tooltip }, i}
129129
{#if label === '--break--'}
130130
<span class="grow-1" />

0 commit comments

Comments
 (0)