1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

gap not supported in electron

This commit is contained in:
Martin McKeaveney 2020-08-21 11:20:50 +01:00
parent 63e3bb16b0
commit e05beb7d1a
3 changed files with 5 additions and 3 deletions

View file

@ -178,7 +178,6 @@
.popovers { .popovers {
display: flex; display: flex;
gap: var(--spacing-m);
} }
.no-data { .no-data {

View file

@ -132,7 +132,10 @@
.popovers { .popovers {
display: flex; display: flex;
gap: var(--spacing-l); }
:global(.popovers > div) {
margin-right: var(--spacing-m);
} }
.no-data { .no-data {

View file

@ -43,7 +43,7 @@
<div bind:this={anchor}> <div bind:this={anchor}>
<TextButton text small on:click={dropdown.show}> <TextButton text small on:click={dropdown.show}>
<Icon name="addrow" /> <Icon name="view" />
Create New View Create New View
</TextButton> </TextButton>
</div> </div>