Skip to content

Commit d2ba3df

Browse files
authored
HtmlEditor: Fix popup's padding for last toolbar item after toolbarMenu enabling
1 parent bf5aeaa commit d2ba3df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/devextreme-scss/scss/widgets/base/_htmlEditor.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,12 @@ $transparent-border: 1px solid transparent;
352352
min-width: 360px;
353353
}
354354

355+
.dx-aidialog {
356+
.dx-toolbar-after .dx-toolbar-item:nth-last-child(2) {
357+
padding-inline-end: 0;
358+
}
359+
}
360+
355361
.dx-aidialog-controls {
356362
display: flex;
357363

0 commit comments

Comments
 (0)