Skip to content

Commit 5ca4fa2

Browse files
authored
fix: adjust the dialog controls padding to the control buttons container (#332)
1 parent 45ae423 commit 5ca4fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v2/styles/Dialog/Dialog-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
display: flex;
2727
justify-content: flex-end;
2828
gap: 1.25rem;
29-
padding: 1.25rem;
29+
padding: 2.25rem 1.25rem 0;
3030

3131
.str-chat__dialog__controls-button {
3232
@include utils.button-reset;

0 commit comments

Comments
 (0)