Don't wrap long author tooltips

This commit is contained in:
Toby Zerner 2015-05-06 11:35:30 +09:30
parent af8902bb7c
commit 16e922cd86

View File

@ -178,6 +178,13 @@
float: left;
margin-top: 19px;
}
& > .tooltip {
white-space: nowrap;
& .tooltip-inner {
max-width: none;
}
}
& .badges {
float: left;
margin-top: 17px;