Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone.
This commit is contained in:
parent
39a8c9e454
commit
0281a2c32a
@ -2078,6 +2078,13 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
|
||||
background-color: $item_colour;
|
||||
}
|
||||
|
||||
nav ul li .undefined,
|
||||
nav ul li .notify-seen,
|
||||
nav ul li .notify-unseen
|
||||
{
|
||||
max-height: 3rem;
|
||||
}
|
||||
|
||||
/* bootstrap overrides */
|
||||
|
||||
blockquote {
|
||||
|
Reference in New Issue
Block a user