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:
jeroenpraat 2015-02-03 19:58:15 +01:00
parent 39a8c9e454
commit 0281a2c32a

View File

@ -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 {