diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-12-16 15:04:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-12 15:17:32 +0000 |
commit | b80c49adc9e769cdd6a41a6fef23dd5c9b1a578c (patch) | |
tree | 5f419eb7592a97dcba15c391a9c307359285b2c3 /web/cobrands/sass | |
parent | 10f47d91cc37f05f738e3734f8e89b85bcd4fef9 (diff) |
Force .tablewrapper to use fixed column widths
Most noticeably, this fixes a long standing bug on the Oxfordshire
homepage where the "how to" and list of reports made the right-hand
edge of .content spill outside its parent.
Diffstat (limited to 'web/cobrands/sass')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 48fdf32c0..a390a4131 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -617,6 +617,7 @@ body.authpage { display:table; width:100%; padding: 0 0 1em; + table-layout: fixed; >div { display:table-cell; width:50%; |