You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patrickmj
changed the title
Bad bad highlighting in background of dropdown with long text
Bad highlighting in background of dropdown with long text
Nov 16, 2018
I can confirm this is the same everywhere! It was present on the ECDA site (https://ecda.northeastern.edu/) in the "Classroom" menu, but I added custom CSS to force the text to be truncated as a temporary workaround:
.main-navigation .nav .dropdown-menu li a {white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
From https://litdigitaldiversity.northeastern.edu/credit/ but most likely the same everywhere.
The background highlighting for the dropdown menu options is a rectangle that doesn't quite reach to the end of the text. It's the for real example of the CSS is awesome coffee mug.
Both FF and Chrome
The text was updated successfully, but these errors were encountered: