diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-01-11 14:29:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-01-11 14:29:12 +0000 |
commit | dd580416b06cf6e5a6c24cb65a9bb6301b0cf8d8 (patch) | |
tree | 2af583381d706c2394d0e21ead92f43b158ce6e8 | |
parent | 014ea609b22107ef741efb2ff15f363317190774 (diff) |
Switch .description_tips to use flexbox.
-rw-r--r-- | web/cobrands/sass/_base.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a2da14280..276db90ae 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1843,12 +1843,11 @@ label .muted { } .description_tips { - @include clearfix; + display: flex; ul { - width: 49%; + flex: 1; margin: 0; - float: $left; font-size: 14px; line-height: 20px; } @@ -1866,7 +1865,6 @@ label .muted { } .dont { - float: $right; color: #881111; li { |