Merge "Modify so as to display fa-check icon with a single line"

This commit is contained in:
Jenkins 2016-01-11 21:30:48 +00:00 committed by Gerrit Code Review
commit aaca079b17

View File

@ -3,6 +3,7 @@
padding: 0;
& > li {
white-space: nowrap;
&.dropdown-header,
& > a {
@ -39,4 +40,4 @@
cursor: not-allowed;
color: $dropdown-link-disabled-color;
}
}
}