Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/modal/modal-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--kbq-modal-size-header-padding-right: var(--kbq-size-6xl);
--kbq-modal-size-close-button-margin-left: var(--kbq-size-s);
--kbq-modal-size-content-padding-horizontal: var(--kbq-size-xxl);
--kbq-modal-size-content-padding-top: 0;
--kbq-modal-size-content-padding-top: 1px;
Comment thread
lskramarov marked this conversation as resolved.
--kbq-modal-size-content-padding-bottom: var(--kbq-size-s);
--kbq-modal-size-content-padding-top-without-header: var(--kbq-size-xxl);
--kbq-modal-size-content-padding-bottom-without-footer: var(--kbq-size-4xl);
Expand Down
2 changes: 2 additions & 0 deletions packages/components/sidepanel/sidepanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
flex-direction: column;
min-height: 0;

padding-top: 1px;
Comment thread
artembelik marked this conversation as resolved.
Outdated
Comment thread
artembelik marked this conversation as resolved.
Outdated

padding-right: var(--kbq-sidepanel-size-content-padding-horizontal);

padding-left: var(--kbq-sidepanel-size-content-padding-horizontal);
Expand Down