@appscode/design-system 1.0.43-alpha.88 → 1.0.43-alpha.89
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.
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
.ac-system-left-sidebar {
|
|
2
|
+
min-height: calc(100vh - 50px);
|
|
3
|
+
|
|
2
4
|
&.is-expanded {
|
|
3
5
|
.ac-left-sidebar-wrapper {
|
|
4
6
|
&.style-2 {
|
|
@@ -379,7 +381,7 @@
|
|
|
379
381
|
|
|
380
382
|
// commented out to set full width select box when right content is not present
|
|
381
383
|
// width: 234px;
|
|
382
|
-
|
|
384
|
+
|
|
383
385
|
left: 0px;
|
|
384
386
|
top: -5px;
|
|
385
387
|
|