mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
border/alignment fix
This commit is contained in:
parent
2958e17cde
commit
b10c684459
|
@ -91,6 +91,7 @@
|
|||
table-layout: fixed;
|
||||
|
||||
thead {
|
||||
border: 1px solid $primary-low;
|
||||
tr {
|
||||
background: $primary-low;
|
||||
th {
|
||||
|
@ -224,7 +225,7 @@
|
|||
|
||||
.chart-container {
|
||||
position: relative;
|
||||
padding: 0 1em;
|
||||
padding: 0 1em 0 0;
|
||||
}
|
||||
|
||||
.chart-trend {
|
||||
|
|
Loading…
Reference in New Issue
Block a user