We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4febfc commit b375259Copy full SHA for b375259
apps/docs/src/app/components/design-tokens-viewers/styles.scss
@@ -34,21 +34,21 @@
34
}
35
36
.kbq-table tr td {
37
- vertical-align: baseline;
+ vertical-align: top;
38
39
40
// standard breakpoint
41
@media (max-width: 768px) {
42
- .kbq-markdown .kbq-table thead {
+ .kbq-table thead {
43
display: none;
44
45
46
- .kbq-markdown .kbq-table tr {
+ .kbq-table tr {
47
display: flex;
48
flex-direction: column;
49
50
51
- .kbq-markdown .kbq-table td {
+ .kbq-table td {
52
padding: 0 0 var(--kbq-size-s);
53
54
&:last-child {
0 commit comments