diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-11 19:47:59 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-11 19:47:59 +0100 |
commit | ee38eefaa5132be066445d759a08d2e6086315b4 (patch) | |
tree | bddab96a717b1d29790a8b169394f38769a45810 | |
parent | a964f51284a974faf1e26b8ecc2bfaa730a629a1 (diff) |
Fix width as input now has border-box in effect.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 5acaeeded..f9e5051ba 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -1415,7 +1415,7 @@ table.nicetable { display:table-cell; margin:0; padding:0.25em 2%; - width:82%; + width:86%; border:none; background:none; line-height:1.5em; |