Custom paddings for “Stack on mobile”
-
Hi there,
thank you so much for your plugin! It really helps making accessible tables :)!
Can you please add the option for custom paddings for the “Stack on mobile” option.
For example I added:
@media only screen and (max-width: 768px) {
tr {
padding-bottom: 2rem;
display: block;
}
}for now. Because it was hard to see which table elements belonging together because the padding was all the same :). (PS: I’m not using colors or borders because of design reasons…)
Thank you and have a great day!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.