We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda431 commit ea95de9Copy full SHA for ea95de9
packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.scss
@@ -37,15 +37,14 @@ pl-nav {
37
display: flex;
38
flex-direction: column;
39
transition: max-height $pl-animate-quick ease-out;
40
- flex-shrink: 0;
+ flex-shrink: 1;
41
42
@media all and (min-width: $pl-bp-med) {
43
.pl-c-body--theme-sidebar & {
44
padding-bottom: 0.5rem;
45
display: block;
46
47
overflow: hidden;
48
- flex-shrink: 1;
49
}
50
51
0 commit comments