Skip to content
Snippets Groups Projects
Commit 3315706f authored by srosse's avatar srosse
Browse files

OO-5608: add an overflow to callout dropdown

parent 0b9a60a2
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,9 @@ ul.o_dropdown {
color: $dropdown-link-color;
background: $dropdown-bg;
white-space: nowrap; // prevent links from randomly breaking onto new lines
text-overflow: ellipsis;
overflow: hidden;
&:hover,
&:focus {
text-decoration: none;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment