Client - minor style fix on records table

This commit is contained in:
Sam 2021-09-01 13:56:34 +02:00
parent 06510bb205
commit 8b516e1ac3

View File

@ -358,8 +358,14 @@ label {
} }
.record-table table, .record-table th, .record-table td{ .record-table table, .record-table th, .record-table td{
font-size: 0.85em;
padding: 0.1em;
}
@media only screen and (min-width: 1200px) {
.record-table table, .record-table th, .record-table td{
font-size: 0.9em; font-size: 0.9em;
padding: 0.1em; padding: 0.1em;
}
} }
.remaining-chars { .remaining-chars {