1
0
mirror of https://github.com/flarum/core.git synced 2025-05-25 00:33:47 +02:00

Fix author tooltip wrapping

This commit is contained in:
Toby Zerner 2015-05-14 23:10:22 +09:30
parent 2820b76c9b
commit 15d35fa5db

View File

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