Skip to content

Commit 663a54c

Browse files
committed
fix: remove flex container
1 parent 6eb4d18 commit 663a54c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/ui-components/src/styles/markdown.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,12 @@ main {
156156

157157
td {
158158
@apply border-b
159-
max-sm:flex
160-
max-sm:gap-2
159+
max-sm:relative
160+
max-sm:block
161161
max-sm:py-2
162-
max-sm:before:grow
162+
max-sm:pl-[40%]
163+
max-sm:before:absolute
164+
max-sm:before:left-0
163165
max-sm:before:content-[attr(data-label)]
164166
max-sm:last:border-0;
165167
}

0 commit comments

Comments
 (0)