Переглянути джерело

fix(water): prevent monitoring metric icon overlap

Kazerin 2 днів тому
батько
коміт
03702f47eb

+ 1 - 0
src/views/subSystem/waterSupply/components/WaterMonitoringPage.vue

@@ -499,6 +499,7 @@
     }
 
     .metric-icon {
+        position: static;
         flex: 0 0 42px;
         display: grid;
         place-items: center;