1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +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 {
display: flex;
gap: var(--spacing-m);
}
.no-data {

View file

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

View file

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