mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Fix author tooltip wrapping
This commit is contained in:
parent
a5f4e10f79
commit
269b33438c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user