Commit f9417006 authored by Robert Knight's avatar Robert Knight

Fix styling issue with groups dropdown in IE 10

Fix an issue where the group details container
could horizontally overflow the dropdown menu.

In IE 10 the text did not automatically wrap.

Add flex-shrink so that it will
collapse if necessary.

Card 87
parent 00c29fe7
......@@ -128,6 +128,7 @@ $group-list-width: 270px;
.group-details {
margin-right: 20px;
flex-shrink: 1;
}
.share-link-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment