mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Don't wrap long author tooltips
This commit is contained in:
parent
af8902bb7c
commit
16e922cd86
|
@ -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…
Reference in New Issue
Block a user