devextreme-schematics 1.2.23 → 1.2.24

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-schematics",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "DevExtreme schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -34,5 +34,5 @@
34
34
  "jasmine": "^2.8.0",
35
35
  "tslint": "^5.15.0"
36
36
  },
37
- "gitHead": "777e8d2b209c52381f604bb395a5289c8cded7da"
37
+ "gitHead": "f39338167ff94e75f44ab05f31db71a20d5e0d30"
38
38
  }
@@ -18,6 +18,10 @@ html, body {
18
18
  }
19
19
  }
20
20
 
21
+ .side-nav-outer-toolbar .dx-drawer {
22
+ height: calc(100% - 56px)
23
+ }
24
+
21
25
  .content-block {
22
26
  margin-left: 40px;
23
27
  margin-right: 40px;