1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 18:21:33 +02:00

Fix author tooltip wrapping

This commit is contained in:
Toby Zerner
2015-05-14 23:10:22 +09:30
parent a5f4e10f79
commit 269b33438c

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;