Prevent sidenav panel to shrink

This commit is contained in:
Luis Cielak 2018-07-10 10:32:35 -04:00
parent c18f07ac06
commit c338fbb963
2 changed files with 40 additions and 37 deletions

View File

@ -2,6 +2,7 @@
@include grid-pad;
@include panel-margin;
width: 100%;
flex-shrink: 0;
@include media($large-screen) {
width: 21rem;

View File

@ -31,7 +31,8 @@
</div>
<div class='col col--grow'>
<div class='panel panel__content'>
<div class='panel'>
<div class='panel__content'>
<div class="panel__heading">
<h1>Panel Heading H1</h1>
@ -74,6 +75,7 @@
<div class='col col--grow'>col 12</div>
</div>
</div>
</div>
<div class='panel'>
Another panel without padding