Skip to content

Commit cfa3fc8

Browse files
committed
MOBILE-2178 database: Use row/col styles in database tables
1 parent ca56066 commit cfa3fc8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

www/addons/mod/data/scss/styles.scss

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,17 @@
1616
border-style: solid;
1717
border-color: $item-default-border;
1818

19+
table, tbody {
20+
display: block;
21+
}
22+
23+
tr {
24+
@extend .row;
25+
padding: 0;
26+
}
27+
1928
td {
20-
padding-left: 2px;
21-
padding-right: 2px;
22-
vertical-align: top;
29+
@extend .col;
2330
}
2431
}
2532

0 commit comments

Comments
 (0)