1
0
mirror of https://github.com/flarum/core.git synced 2025-07-27 03:30:28 +02:00

Don't wrap long author tooltips

This commit is contained in:
Toby Zerner
2015-05-06 11:35:30 +09:30
parent af8902bb7c
commit 16e922cd86

View File

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