commit | 84e114a43065e2c20e87bd8a1a0dfb3ced896147 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Nov 14 13:44:41 2018 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Nov 15 15:46:11 2018 -0600 |
tree | bc334f4ba60b6bf9fcca5d1ed4e9bf4ee5e1abf5 | |
parent | bc5cc7f75c4cb0c81200a2fcb2e68815b2b8c1b9 [diff] [blame] |
Move to Bootstrap 4 Bootstrap < 4.1.2 has the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-14041 Removed bootstrap-theme.css due to "Replaced the separate optional theme with configurable options via SCSS variables (e.g., $enable-gradients: true)." Added "width: 100%" to a few places where width 100% was no longer getting inherited. Moved a few elements and adjusted styles to get the same look as before. See https://getbootstrap.com/docs/4.0/migration/ for more information. Tested: Manually on a Witherspoon. Change-Id: I0a72665ac1ca6eacd0b553a585b1fb15e14ae62c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/common/styles/components/table.scss b/app/common/styles/components/table.scss index 84982b3..01c0632 100644 --- a/app/common/styles/components/table.scss +++ b/app/common/styles/components/table.scss
@@ -18,6 +18,10 @@ width: 100%; } +.table__body { + width: 100%; +} + .table__row { display: flex; width: 100%; @@ -76,6 +80,7 @@ // Table Head .table__head { + width: 100%; .table__row { display: none; font-weight: 700;