about summary refs log tree commit diff
path: root/app/javascript/styles/tables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/tables.scss')
-rw-r--r--app/javascript/styles/tables.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/javascript/styles/tables.scss b/app/javascript/styles/tables.scss
index 0568a0760..ed0ef4468 100644
--- a/app/javascript/styles/tables.scss
+++ b/app/javascript/styles/tables.scss
@@ -5,7 +5,8 @@
   border-collapse: collapse;
   margin-bottom: 20px;
 
-  th, td {
+  th,
+  td {
     padding: 8px;
     line-height: 18px;
     vertical-align: top;
@@ -24,7 +25,8 @@
     font-weight: 500;
   }
 
-  & > tbody > tr:nth-child(odd) > td, & > tbody > tr:nth-child(odd) > th {
+  & > tbody > tr:nth-child(odd) > td,
+  & > tbody > tr:nth-child(odd) > th {
     background: $color1;
   }