Skip to content

Commit 8378c99

Browse files
r-farkhutdinovRuslan Farkhutdinov
andauthored
ColorBox: Fix handle border no displaying (T1304808) (DevExpress#30835)
Co-authored-by: Ruslan Farkhutdinov <[email protected]>
1 parent 918d7a7 commit 8378c99

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-scss/scss/widgets/base/colorView

1 file changed

+1
-1
lines changed

packages/devextreme-scss/scss/widgets/base/colorView/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $colorview-handle-second-side-size: 17px;
6161

6262
.dx-colorview-container-row {
6363
overflow: hidden;
64-
padding-top: 1px;
64+
padding: 1px 0;
6565

6666
&:first-child {
6767
margin-top: 0;

0 commit comments

Comments
 (0)