Skip to content

Commit 08d74ae

Browse files
author
rakeshAlgo
committed
Fix some table UI fixes
1 parent 5348d94 commit 08d74ae

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/css/doc.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,16 @@
142142
.doc caption {
143143
font-size: 1rem;
144144
font-weight: var(--weight-semibold);
145-
letter-spacing: -0.025em;
145+
/* letter-spacing: -0.025em; */
146146
line-height: 1.2;
147147
margin-bottom: 0.75rem;
148148
color: var(--color-brand-gray3);
149149
}
150150

151+
.ulist div.title {
152+
margin-left: -10px;
153+
}
154+
151155
.doc hr {
152156
margin: 1rem 0;
153157
border: 0 solid var(--color-border);

src/css/table.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,13 @@ table.table-tutorial tr td:last-child {
118118
/* margin-top: 2.5rem; */
119119
}
120120

121-
table.tableblock .title {
121+
table.tableblock caption.title {
122122
position: absolute;
123123
left: 0;
124124
top: -30px;
125125
}
126126

127+
div + table.tableblock,
127128
div.paragraph + table.tableblock,
128129
div.ulist + table.tableblock,
129130
table.tableblock + table.tableblock {

0 commit comments

Comments
 (0)