Make issuable sidebar dropdowns style consistent

This commit is contained in:
winh 2017-08-09 14:34:23 +02:00
parent 499b640679
commit e9424111dc

View file

@ -132,3 +132,7 @@
width: calc(100% + 35px);
}
}
.issuable-sidebar {
@include new-style-dropdown;
}