Skip to content
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
::ng-deep .dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}

::ng-deep .dx-scheduler-appointment {
color: #000;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}

.dx-scheduler-appointment {
color: #000;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}

.dx-scheduler-appointment {
color: #000;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />

<script src="../../../../node_modules/typescript/lib/typescript.js"></script>
<script type="module">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to move this styles to CurrentTimeIndicator/Vue/App.vue file and remove changes from index.html

width: 100px;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}

.dx-scheduler-appointment {
color: #000;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
::ng-deep .dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if (window && window.config?.packageConfigPaths) {
@Component({
selector: 'demo-app',
templateUrl: `.${modulePrefix}/app.component.html`,
styleUrls: [`.${modulePrefix}/app.component.css`],
providers: [Service],
imports: [
DxSchedulerModule,
Expand Down
1 change: 1 addition & 0 deletions apps/demos/Demos/Scheduler/Timelines/React/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />

<script src="../../../../node_modules/core-js/client/shim.min.js"></script>
<script src="../../../../node_modules/systemjs/dist/system.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions apps/demos/Demos/Scheduler/Timelines/React/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}
5 changes: 5 additions & 0 deletions apps/demos/Demos/Scheduler/Timelines/ReactJs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
type="text/css"
href="../../../../node_modules/devextreme-dist/css/dx.light.css"
/>
<link
rel="stylesheet"
type="text/css"
href="styles.css"
/>

<script src="../../../../node_modules/core-js/client/shim.min.js"></script>
<script src="../../../../node_modules/systemjs/dist/system.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions apps/demos/Demos/Scheduler/Timelines/ReactJs/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}
1 change: 1 addition & 0 deletions apps/demos/Demos/Scheduler/Timelines/Vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />

<script src="../../../../node_modules/typescript/lib/typescript.js"></script>
<script type="module">
Expand Down
3 changes: 3 additions & 0 deletions apps/demos/Demos/Scheduler/Timelines/Vue/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}
1 change: 1 addition & 0 deletions apps/demos/Demos/Scheduler/Timelines/jQuery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<script src="../../../../node_modules/devextreme-dist/js/dx.all.js"></script>
<script src="data.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body class="dx-viewport">
<div class="demo-container">
Expand Down
3 changes: 3 additions & 0 deletions apps/demos/Demos/Scheduler/Timelines/jQuery/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dx-scheduler-timeline .dx-scheduler-cell-sizes-horizontal {
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
::ng-deep .dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-cell-sizes-horizontal,
::ng-deep .dx-scheduler-timeline .dx-scheduler-header-panel .dx-scheduler-cell-sizes-horizontal,
::ng-deep .dx-scheduler-date-table .dx-scheduler-cell-sizes-horizontal {
width: 150px;
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

#scheduler .dx-scheduler-cell-sizes-horizontal {
width: 150px;
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

#scheduler .dx-scheduler-cell-sizes-horizontal {
width: 150px;
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

#scheduler .dx-scheduler-cell-sizes-horizontal {
width: 150px;
width: 100px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

#scheduler .dx-scheduler-cell-sizes-horizontal {
width: 150px;
width: 100px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.