There are some problem with label with the material theme.
Improve this by removing max-height and setting the label to
a static font size.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Modern browsers allow decomposing table markup equally well as nested div
constructs, therefor migrate our <div> table markup to actual <table> tags
but keep the old table/tr/th/td CSS classes for now to allow for a smooth
theme transition.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>