mirror of
https://github.com/flarum/framework.git
synced 2025-06-04 06:44:33 +08:00
Don't wrap long author tooltips
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user