Fixed wrapping issue
Fixes a problem where if a long username is present things wrap around.
This commit is contained in:
parent
ed45b7728c
commit
40b7adca9b
|
|
@ -478,6 +478,7 @@ h6 {
|
||||||
top: 3px;
|
top: 3px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.NewPanel .SearchTree li ul li:last-child {
|
.NewPanel .SearchTree li ul li:last-child {
|
||||||
padding-bottom: 11px;
|
padding-bottom: 11px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue