Skip to content

Commit

Permalink
Merge pull request #5721 from gooddata/ine-lx-599-2
Browse files Browse the repository at this point in the history
fix: apply padding only to width resizer preview
  • Loading branch information
NestorEncinas authored Dec 17, 2024
2 parents 15c768f + d2027d7 commit 6934bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function WidthResizerDragPreview(props: WidthResizerDragPreviewProps) {

return (
<div
className="s-resizer-drag-preview resizer-drag-preview gd-grid-layout-resizer-drag-preview"
className="s-resizer-drag-preview resizer-drag-preview gd-grid-layout-resizer-drag-preview gd-grid-layout-width-resizer-drag-preview"
style={style}
>
<WidthResizer status="active" />
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-ui-dashboard/styles/scss/resizing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
);
}

.gd-grid-layout-resizer-drag-preview {
.gd-grid-layout-width-resizer-drag-preview {
padding: 0 0 0 30px;
}

Expand Down

0 comments on commit 6934bf7

Please sign in to comment.