diff client/src/components/Contextbox.vue @ 3012:802fcb50c484

search, contextbox: increased available area
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 11 Apr 2019 14:11:29 +0200
parents 1b8bb4f89227
children 916d4c898f08
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Thu Apr 11 12:14:01 2019 +0200
+++ b/client/src/components/Contextbox.vue	Thu Apr 11 14:11:29 2019 +0200
@@ -78,7 +78,7 @@
   background: #fff;
 }
 .contextbox > div:last-child {
-  width: 660px;
+  width: 668px;
 }
 
 .contextboxcollapsed {
@@ -87,7 +87,7 @@
 }
 
 .contextboxextended {
-  max-width: 660px;
+  max-width: 668px;
 }
 
 .close-contextbox {