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 { ...@@ -1377,7 +1377,7 @@ h6.fieldset-heading {
1377 } 1377 }
1378 1378
1379 .option-groups-region div input[type=text] { 1379 .option-groups-region div input[type=text] {
1380 width: 76%; 1380 width: 75%;
1381 } 1381 }
1382 1382
1383 .option-groups-region div textarea { 1383 .option-groups-region div textarea {
......