Skip to content

Commit a7f9342

Browse files
authored
Merge pull request #292 from AyshaHakeem/wiki-fix
fix: table styling
2 parents 22cd129 + 5b843e6 commit a7f9342

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

wiki/public/scss/edit_wiki.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ $font-sizes-mobile: (
265265
td,
266266
th {
267267
min-width: 1em;
268-
border: 2px solid #ced4da;
269268
padding: 3px 5px;
270269
vertical-align: top;
271270
box-sizing: border-box;
@@ -312,9 +311,9 @@ $font-sizes-mobile: (
312311
.table-bordered,
313312
.table-bordered th,
314313
.table-bordered td {
315-
border-left: none;
316-
border-right: none;
314+
border: 1px solid;
317315
border-color: $gray-200;
316+
color: inherit;
318317
}
319318

320319
.table-bordered thead th,

0 commit comments

Comments
 (0)