Merge pull request #4971 from OZhurbenko/fix-issue-4954

Aligned the dropdown's close button on small screens
This commit is contained in:
Maxim Khlobystov 2018-01-19 16:08:35 -05:00 committed by GitHub
commit 1eddc2f408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ $dropdown-caret-height: 8px;
@include mq($small-only) {
display: block;
bottom: 0.8rem;
}
}