changeset 902:396b0e35c8eb

fix typo
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 16:26:07 +0200
parents 36731fbe51a2
children 2990a878b16b
files client/src/map/Maplayer.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/map/Maplayer.vue	Tue Oct 02 16:25:10 2018 +0200
+++ b/client/src/map/Maplayer.vue	Tue Oct 02 16:26:07 2018 +0200
@@ -14,11 +14,11 @@
 @media print {
   .mapfull {
     width: 2000px;
-    heigth: 2828px;
+    height: 2828px;
   }
   .mapsplit {
     width: 2000px;
-    heigth: 2828px;
+    height: 2828px;
   }
 }
 </style>