Fix Status grow (#271)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-10-13 16:15:59 +03:00 committed by GitHub
parent 6d7e58a85c
commit 940bbd94a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<div class="flex-between header">
<div class="overflow-label label"><Label {label} /></div>
{#if $$slots.error}
<div class="error">
<div class="flex-grow error">
<slot name="error" />
</div>
{/if}

View File

@ -196,7 +196,6 @@ table {
white-space: pre-wrap;
}
.overflow-label {
flex-grow: 1;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;