diff --git a/frontend/src/components/blankstate.svelte b/frontend/src/components/blankstate.svelte
index d4463ce..5d12d5c 100644
--- a/frontend/src/components/blankstate.svelte
+++ b/frontend/src/components/blankstate.svelte
@@ -18,7 +18,7 @@
{/if}
{title}
- {label}
+ {label}
@@ -38,7 +38,7 @@
height: 150px;
width: auto;
}
- .content :global(svg) {
+ .content > :global(svg) {
height: 40px;
width: auto;
}
diff --git a/frontend/src/components/grid.svelte b/frontend/src/components/grid.svelte
index 879e6bb..060f361 100644
--- a/frontend/src/components/grid.svelte
+++ b/frontend/src/components/grid.svelte
@@ -1,6 +1,8 @@
@@ -33,7 +46,11 @@
{#if busy}
{:else if errorTitle || errorDescription}
-
+
+
+
{:else}
{#if showHeaders && columns.some(col => col.title)}
diff --git a/frontend/src/components/tabbar.svelte b/frontend/src/components/tabbar.svelte
index 0fc1def..31b297c 100644
--- a/frontend/src/components/tabbar.svelte
+++ b/frontend/src/components/tabbar.svelte
@@ -61,7 +61,7 @@
}
li {
display: inline-block;
- flex-grow: 1;
+ flex: 1;
position: relative;
}
@@ -101,6 +101,7 @@
border-color: #00008b;
cursor: not-allowed;
}
+
nav.tabs.multiline button.tab .label {
display: block;
margin-top: 4px;