mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 23:20:44 +08:00
FIX: Margin below topic-map
This commit is contained in:
parent
a34010e49a
commit
3cec2394b2
|
@ -313,7 +313,7 @@ a.star {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-map {
|
.topic-map {
|
||||||
margin: 20px 0 0 0;
|
margin: 20px 0;
|
||||||
background: blend-primary-secondary(5%);
|
background: blend-primary-secondary(5%);
|
||||||
border: 1px solid $primary-low;
|
border: 1px solid $primary-low;
|
||||||
border-top: none; // would cause double top border
|
border-top: none; // would cause double top border
|
||||||
|
|
Loading…
Reference in New Issue
Block a user