mirror of
https://github.com/discourse/discourse.git
synced 2025-06-16 02:41:22 +08:00
border/alignment fix
This commit is contained in:
@ -91,6 +91,7 @@
|
|||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
border: 1px solid $primary-low;
|
||||||
tr {
|
tr {
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
th {
|
th {
|
||||||
@ -224,7 +225,7 @@
|
|||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 1em;
|
padding: 0 1em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-trend {
|
.chart-trend {
|
||||||
|
Reference in New Issue
Block a user