mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Fix layout for new card popup (#9964)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -642,6 +642,7 @@
|
||||
border: 1px solid var(--theme-popup-divider); // var(--global-surface-02-BorderColor);
|
||||
border-radius: var(--large-BorderRadius);
|
||||
box-shadow: var(--global-modal-ShadowX) var(--global-modal-ShadowY) var(--global-modal-ShadowBlur) var(--global-modal-ShadowSpread) var(--global-popover-ShadowColor);
|
||||
max-width: 90vw;
|
||||
|
||||
&.large {
|
||||
min-width: unset;
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
bind:content={description}
|
||||
placeholder={core.string.Description}
|
||||
kind="indented"
|
||||
isScrollable={false}
|
||||
isScrollable={true}
|
||||
kitOptions={{ reference: true }}
|
||||
enableAttachments={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user