fixing export styling
This commit is contained in:
parent
27d9d98b68
commit
bc854df60c
|
@ -47,6 +47,7 @@
|
||||||
<Popover bind:this={dropdown} {anchor} align="left">
|
<Popover bind:this={dropdown} {anchor} align="left">
|
||||||
<h5>Export Format</h5>
|
<h5>Export Format</h5>
|
||||||
<Select secondary thin bind:value={exportFormat}>
|
<Select secondary thin bind:value={exportFormat}>
|
||||||
|
<option value={''}>Select an option</option>
|
||||||
{#each FORMATS as format}
|
{#each FORMATS as format}
|
||||||
<option value={format.key}>{format.name}</option>
|
<option value={format.key}>{format.name}</option>
|
||||||
{/each}
|
{/each}
|
||||||
|
@ -66,6 +67,5 @@
|
||||||
margin-top: var(--spacing-l);
|
margin-top: var(--spacing-l);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: var(--spacing-s);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue