49f0d0b4 by Marty Penner

Change width of input text types in the admin option groups region

1 parent d677ba55
......@@ -1377,7 +1377,7 @@ h6.fieldset-heading {
}
.option-groups-region div input[type=text] {
width: 76%;
width: 75%;
}
.option-groups-region div textarea {
......