diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-23 18:04:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-09 09:58:36 +0100 |
commit | 8ad85fd8d0dac0b8f01e4a22ba99dfbfb36502e9 (patch) | |
tree | 4f0185d8013ecf00b2c35317b4e2f1f2772296f1 | |
parent | 65fa718b8efdaf2c4f19a4cb55c77a1eaed45629 (diff) |
make sure text in issue lists does not press up against edge of screen on mobiles
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 4b11cff40..6659c047f 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -895,11 +895,14 @@ a:hover.button-left { height:auto; } h4 { + padding-right: 1em; padding-top: 0.25em; margin:0; } small { color:#666; + display: block; + padding-right: 1em; padding-bottom: 0.25em; } } @@ -928,9 +931,6 @@ a:hover.button-left { overflow:hidden; .text { float:left; - small { - display: block; - } } } } |