diff client/src/components/Sidebar.vue @ 1455:33dda08d67be

unified layout for adminsection
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Dec 2018 12:02:17 +0100
parents bb47531bdd22
children a6dd2a8183a4
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Mon Dec 03 11:00:54 2018 +0100
+++ b/client/src/components/Sidebar.vue	Mon Dec 03 12:02:17 2018 +0100
@@ -195,5 +195,6 @@
 .sidebarextended {
   max-height: 35rem;
   max-width: $sidebar-width;
+  min-width: $sidebar-width;
 }
 </style>