d677ba55 by Marty Penner

Give some space to the group display state dropdown

1 parent b68ea2ef
...@@ -1418,6 +1418,10 @@ h6.fieldset-heading { ...@@ -1418,6 +1418,10 @@ h6.fieldset-heading {
1418 margin-left: 7px; 1418 margin-left: 7px;
1419 } 1419 }
1420 1420
1421 .option-groups-region .group-display-state {
1422 margin-right: 10px;
1423 }
1424
1421 .dragged { 1425 .dragged {
1422 position: absolute; 1426 position: absolute;
1423 opacity: 0.5; 1427 opacity: 0.5;
......