Преглед на файлове

zen: fix usage css on mobile

Frank преди 4 месеца
родител
ревизия
3b8790e034
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      packages/console/app/src/routes/workspace/[id]/usage/usage-section.module.css

+ 2 - 0
packages/console/app/src/routes/workspace/[id]/usage/usage-section.module.css

@@ -67,6 +67,7 @@
         display: inline-flex;
         display: inline-flex;
         align-items: center;
         align-items: center;
         justify-content: center;
         justify-content: center;
+        flex-shrink: 0;
         padding: 0;
         padding: 0;
         background: transparent;
         background: transparent;
         border: none;
         border: none;
@@ -79,6 +80,7 @@
         }
         }
 
 
         svg {
         svg {
+          flex-shrink: 0;
           width: 16px;
           width: 16px;
           height: 16px;
           height: 16px;
         }
         }