qms-angular 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/qms-angular.umd.js +5 -5
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +3 -3
- package/esm2015/lib/components/related/popup/related-popup.component.js +2 -2
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +2 -2
- package/esm2015/lib/components/select-one/select-one.component.js +2 -2
- package/fesm2015/qms-angular.js +5 -5
- package/fesm2015/qms-angular.js.map +1 -1
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +6 -3
@@ -6,9 +6,8 @@
|
|
6
6
|
}
|
7
7
|
|
8
8
|
.mat-tree-node {
|
9
|
-
min-height
|
10
|
-
margin
|
11
|
-
padding-right: 34px;
|
9
|
+
min-height: 34px;
|
10
|
+
margin : 16px 0px;
|
12
11
|
|
13
12
|
&.active {
|
14
13
|
background-color: #F2F7FD;
|
@@ -193,6 +192,10 @@
|
|
193
192
|
}
|
194
193
|
}
|
195
194
|
|
195
|
+
.pr-34 {
|
196
|
+
padding-right: 34px;
|
197
|
+
}
|
198
|
+
|
196
199
|
}
|
197
200
|
|
198
201
|
.node-preview-item {
|