Skip to content

Commit 9005890

Browse files
committed
Fix weird table border
1 parent 3a401fb commit 9005890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/static/css/app.css

+4
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111

1212
textarea#repository_description {
1313
height: 10em;
14+
}
15+
16+
.table>thead>tr>th {
17+
border-bottom: none;
1418
}

0 commit comments

Comments
 (0)