The CSS for this page element does not allow enough width to fit content so content wraps. When this alert is shown, the entire Groups Management View drops down about 80 pixels and then back up when transition is complete.
Change CSS to:
width: 150px
position: absolute;
right: 25px;
The CSS for this page element does not allow enough width to fit content so content wraps. When this alert is shown, the entire Groups Management View drops down about 80 pixels and then back up when transition is complete.
Change CSS to: width: 150px position: absolute; right: 25px;
and remove float.