Merge pull request #2939 from rabuzarus/berlin_frio_fix_match_wrapper_floating

Bugfix: float for remote-friends-in-common wrapper
pull/2942/head
Michael Vogel 2016-11-19 21:55:40 +01:00 zatwierdzone przez GitHub
commit 8a62470599
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -2407,3 +2407,11 @@ body .tread-wrapper .hovercard a:hover {
body .tread-wrapper .hovercard:hover .hover-card-content a {
color: $link_color !important;
}
/*
* some temporary workarounds until this will solved
* elsewhere (e.g. new templates)
*/
section .profile-match-wrapper {
float: left;
}