fix(sass): fixes sass lint issue

This commit is contained in:
bergquist
2016-04-22 12:09:02 +02:00
parent de52ca4785
commit db15bf23b8
+13 -11
View File
@@ -67,18 +67,20 @@
} }
// Links within the dropdown menu // Links within the dropdown menu
> li > a { > li {
display: block; > a {
padding: 3px 20px 3px 15px; display: block;
clear: both; padding: 3px 20px 3px 15px;
font-weight: normal; clear: both;
line-height: $line-height-base; font-weight: normal;
color: $dropdownLinkColor; line-height: $line-height-base;
white-space: nowrap; color: $dropdownLinkColor;
white-space: nowrap;
i { i {
padding-right: 5px; padding-right: 5px;
color: $link-color-disabled; color: $link-color-disabled;
}
} }
} }
} }