Don't wrap long author tooltips

This commit is contained in:
Toby Zerner 2015-05-06 11:35:30 +09:30
parent 46553de539
commit 7d2cdd20d3

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;