Browse Source

Fixes more number page underlining.

master
Yana Stamcheva 5 years ago
parent
commit
47984d3ec1
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      css/modals/invite/_info.scss

+ 2
- 4
css/modals/invite/_info.scss View File

@@ -140,15 +140,13 @@
140 140
     margin-top: 20px;
141 141
     font-size: 12px;
142 142
     line-height: 24px;
143
-    border-collapse: separate;
144
-    border-spacing: 0 5px;
143
+    border-collapse: collapse;
145 144
 
146 145
     thead {
147 146
         text-align: left;
148 147
     }
149 148
 
150
-    td,
151
-    th {
149
+    tr {
152 150
         border-bottom: 1px solid #d1dbe8;
153 151
     }
154 152
 

Loading…
Cancel
Save