summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css b/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
index 3a3b2f7a8..6452484ed 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/payment-section.module.css
+++ b/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;
}
}
}
}
-} \ No newline at end of file
+}