Fix broadtable not using full width

This commit is contained in:
Hannes 2019-12-29 19:14:57 +01:00
parent 7761bdda90
commit 825d983441
No known key found for this signature in database
GPG key ID: 371029119C5F0D51

View file

@ -5,6 +5,11 @@
@import '../../../resources/variables.less';
.content table.broadtable,
.smw-ask-result table.broadtable {
display: table;
}
@media ( prefers-color-scheme: dark ) {
.smw-table-header {
background-color: @dark-bg-20;