refactor: formatting

This commit is contained in:
Herculino Trotta
2024-10-20 19:22:33 -03:00
parent 37cfa3eb6e
commit bcb2a93f15
+3 -1
View File
@@ -94,5 +94,7 @@ $theme-colors: map-merge($theme-colors, (
/* /*
Label the data Label the data
*/ */
.no-more-tables td:before { content: attr(data-title); } .no-more-tables td:before {
content: attr(data-title);
}
} }