Merge pull request #891 from dod-ccpo/sidebar-collapse-width

Sidebar collapsed width on small screens
This commit is contained in:
George Drummond 2019-06-12 09:34:25 -04:00 committed by GitHub
commit e383f6f6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@
.sidenav--minimized {
@extend .sidenav;
width: auto;
width: 10rem;
margin: 0px;
}
}