Skip to content

Commit

Permalink
fix planning scheduler style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochmar Nicolas (DevExpress) committed Apr 11, 2024
1 parent 0905ab0 commit 61a60b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
width: 0;
transition: width var(--transition);
overflow: hidden;
white-space: nowrap;

.dx-scrollview {
min-width: var(--left-side-panel-width);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
transition: width var(--transition);
height: calc(100vh - 60px - var(--theme-padding));
overflow: hidden;
white-space: nowrap;

.dx-scrollview {
min-width: var(--left-side-panel-width);
Expand Down
1 change: 0 additions & 1 deletion packages/vue/src/components/utils/left-side-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ watchEffect(() => {
width: 0;
transition: width var(--transition);
overflow: hidden;
white-space: nowrap;
.dx-scrollview {
min-width: var(--left-side-panel-width);
Expand Down

0 comments on commit 61a60b3

Please sign in to comment.