Skip to content

Commit b375259

Browse files
committed
chore: fixed styles
1 parent b4febfc commit b375259

File tree

1 file changed

+4
-4
lines changed
  • apps/docs/src/app/components/design-tokens-viewers

1 file changed

+4
-4
lines changed

apps/docs/src/app/components/design-tokens-viewers/styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434
}
3535

3636
.kbq-table tr td {
37-
vertical-align: baseline;
37+
vertical-align: top;
3838
}
3939

4040
// standard breakpoint
4141
@media (max-width: 768px) {
42-
.kbq-markdown .kbq-table thead {
42+
.kbq-table thead {
4343
display: none;
4444
}
4545

46-
.kbq-markdown .kbq-table tr {
46+
.kbq-table tr {
4747
display: flex;
4848
flex-direction: column;
4949
}
5050

51-
.kbq-markdown .kbq-table td {
51+
.kbq-table td {
5252
padding: 0 0 var(--kbq-size-s);
5353

5454
&:last-child {

0 commit comments

Comments
 (0)