Fix inconsistent font size within tables

This commit is contained in:
FND 2015-09-28 18:59:57 +02:00
parent 734ae9abab
commit b307a23110

View File

@ -1,3 +1,7 @@
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-table-responsive td p {
font-size: inherit;
}