diff client/src/components/Userdetail.vue @ 551:89bc8111563a

refac: Layout adjustments
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 14:12:00 +0200
parents b91791664554
children 09d8e5483851
line wrap: on
line diff
--- a/client/src/components/Userdetail.vue	Fri Aug 31 12:11:38 2018 +0200
+++ b/client/src/components/Userdetail.vue	Fri Aug 31 14:12:00 2018 +0200
@@ -74,8 +74,8 @@
 }
 
 .userdetails {
-  margin-top: $large-offset;
-  width: 48vw;
+  margin-top: $topbarheight;
+  min-width: 40vw;
   margin-right: auto;
   height: 100%;
 }