mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Fix author tooltip wrapping
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user