1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 11:10:41 +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,13 +178,9 @@
float: left; float: left;
margin-top: 19px; margin-top: 19px;
} }
& > .tooltip { & .tooltip .tooltip-inner {
white-space: nowrap;
& .tooltip-inner {
max-width: none; max-width: none;
} }
}
& .badges { & .badges {
float: left; float: left;
margin-top: 17px; margin-top: 17px;