We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9133055 commit a96763cCopy full SHA for a96763c
1 file changed
packages/ui-components/src/styles/markdown.css
@@ -156,10 +156,12 @@ main {
156
157
td {
158
@apply border-b
159
- max-sm:flex
160
- max-sm:gap-2
+ max-sm:relative
+ max-sm:block
161
max-sm:py-2
162
- max-sm:before:grow
+ max-sm:pl-[40%]
163
+ max-sm:before:absolute
164
+ max-sm:before:left-0
165
max-sm:before:content-[attr(data-label)]
166
max-sm:last:border-0;
167
}
0 commit comments