mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 17:17:54 +02:00
TSK-1378: Qfix for exception (#3097)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
/>
|
||||
<div class="flex h-full">
|
||||
{#if visibileNav}
|
||||
<div class="antiPanel-component border-right filled indent aside">
|
||||
<div class="antiPanel-component border-right filled indent aside inbox">
|
||||
<div class="header">
|
||||
<span class="fs-title overflow-label">
|
||||
<Label label={notification.string.Inbox} />
|
||||
@@ -154,4 +154,7 @@
|
||||
justify-content: center;
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
.inbox {
|
||||
min-width: 20rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user