1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Fix padding on some drawer content components

This commit is contained in:
Andrew Kingston 2021-07-20 14:38:35 +01:00
parent 2f559c3867
commit 87394af383
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@
Save
</Button>
<DrawerContent slot="body">
<Layout>
<Layout noPadding>
{#if value.parameters.length > 0}
<ParameterBuilder
bind:customParams={value.queryParams}

View file

@ -42,7 +42,7 @@
<Drawer bind:this={drawer} title="Filtering">
<Button cta slot="buttons" on:click={saveFilter}>Save</Button>
<DrawerContent slot="body">
<Layout>
<Layout noPadding>
<Body size="S">
{#if !numFilters}
Add your first filter column.