Browse Source

chore: generate

GitHub Action 1 month ago
parent
commit
21053732e7

+ 3 - 6
packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css

@@ -67,7 +67,6 @@
     }
 
     @media (max-width: 40rem) {
-
       th,
       td {
         padding: var(--space-2) var(--space-3);
@@ -77,8 +76,7 @@
       th {
         &:nth-child(2)
 
-        /* Payment ID */
-          {
+        /* Payment ID */ {
           display: none;
         }
       }
@@ -86,11 +84,10 @@
       td {
         &:nth-child(2)
 
-        /* Payment ID */
-          {
+        /* Payment ID */ {
           display: none;
         }
       }
     }
   }
-}
+}