Change width of input text types in the admin option groups region
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment