2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

UX: Collapse button displayed in the wrong place

This commit is contained in:
Robin Ward 2017-11-13 12:29:18 -05:00
parent c958d8c7e1
commit 55e5cfcc67

View file

@ -43,7 +43,7 @@
font-size: 1em; font-size: 1em;
} }
.expand-item { .expand-item, .collapse-item {
float: right; float: right;
margin-right: 0.5em; margin-right: 0.5em;
color: lighten($primary, 40%); color: lighten($primary, 40%);