refactor(core): ♻️ remove unused table style

This commit is contained in:
alistair3149 2022-12-14 12:32:30 -05:00
parent 0ca34a5c3f
commit b262f47404
No known key found for this signature in database

View file

@ -47,9 +47,3 @@
padding: var( --space-xs ) var( --space-sm );
}
}
@media ( max-width: @width-breakpoint-desktop-wide ) {
table.wikiatble {
white-space: nowrap;
}
}