css modifications for tables and charts
This commit is contained in:
parent
537cfdee1b
commit
99ee771417
|
@ -1,7 +1,8 @@
|
|||
/* Charts */
|
||||
.chart-container {
|
||||
display: flex;
|
||||
height: 300px;
|
||||
/* height: 600px; */
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
||||
.chart {
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
|
||||
content: " \25B4\25BE"
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Reference in New Issue