diff options
author | Gokulakrishna <gokulakrishna@rocketmail.com> | 2018-06-04 11:50:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 11:50:09 +0530 |
commit | 12c3df39097905f981a392dceaa93ac879813159 (patch) | |
tree | 18fb00491e3d3381dfc521972547ea28daa62878 | |
parent | 1e351b9a7c5d7aa4c1dd65ba3f3ef3b45ac5689a (diff) |
Adjusted height of Delete redirect form to allow space for "pattern description" field
-rw-r--r-- | css/redirector.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/redirector.css b/css/redirector.css index c149787..a5a1d34 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -265,7 +265,7 @@ a.disabled:hover { margin-left:-260px; top:50%; margin-top:-220px; - height:220px; + height:255px; } #delete-redirect-form div{ |