1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 07:27:39 +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; float: left;
margin-top: 19px; margin-top: 19px;
} }
& > .tooltip { & .tooltip .tooltip-inner {
white-space: nowrap; max-width: none;
& .tooltip-inner {
max-width: none;
}
} }
& .badges { & .badges {
float: left; float: left;