mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:53:27 +08:00
Don't wrap long author tooltips
This commit is contained in:
parent
46553de539
commit
7d2cdd20d3
@ -178,6 +178,13 @@
|
||||
float: left;
|
||||
margin-top: 19px;
|
||||
}
|
||||
& > .tooltip {
|
||||
white-space: nowrap;
|
||||
|
||||
& .tooltip-inner {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
& .badges {
|
||||
float: left;
|
||||
margin-top: 17px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user