Fixed wrapping issue

Fixes a problem where if a long username is present things wrap around.
This commit is contained in:
tersiswilvin 2022-09-01 07:20:18 -07:00
parent ed45b7728c
commit 40b7adca9b
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ h6 {
top: 3px;
bottom: 0;
padding-bottom: 16px;
white-space: nowrap;
}
.NewPanel .SearchTree li ul li:last-child {
padding-bottom: 11px;