Skip to content

Commit a3ca05d

Browse files
Fix layout for new card popup (#9964)
Signed-off-by: Artem Savchenko <[email protected]>
1 parent 15f3050 commit a3ca05d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/theme/styles/components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@
642642
border: 1px solid var(--theme-popup-divider); // var(--global-surface-02-BorderColor);
643643
border-radius: var(--large-BorderRadius);
644644
box-shadow: var(--global-modal-ShadowX) var(--global-modal-ShadowY) var(--global-modal-ShadowBlur) var(--global-modal-ShadowSpread) var(--global-popover-ShadowColor);
645+
max-width: 90vw;
645646

646647
&.large {
647648
min-width: unset;

plugins/card-resources/src/components/CreateCardPopup.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
bind:content={description}
173173
placeholder={core.string.Description}
174174
kind="indented"
175-
isScrollable={false}
175+
isScrollable={true}
176176
kitOptions={{ reference: true }}
177177
enableAttachments={false}
178178
/>

0 commit comments

Comments
 (0)