mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Fix Status grow (#271)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
6d7e58a85c
commit
940bbd94a6
@ -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}
|
||||
|
@ -196,7 +196,6 @@ table {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.overflow-label {
|
||||
flex-grow: 1;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user