Bugfix: float for remote-friends-in-common wrapper

2022.09-rc
rabuzarus 2016-11-19 21:14:28 +01:00
rodzic 240bdf15ef
commit 1d8f18ff86
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -2404,3 +2404,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;
}