Commit 7c9a65d8 by Ned Batchelder

Merge pull request #11260 from eduNEXT/Bound3R/minwidth_layout

Replace property min-width value
parents c6b21d13 f4f4da4e
......@@ -228,6 +228,7 @@ Richard Moch <richard.moch@gmail.com>
Albert Liang <albertliangcode@gmail.com>
Pan Luo <pan.luo@ubc.ca>
Tyler Nickerson <nickersoft@gmail.com>
Daniel Naranjo <daniel.naranjo@edunext.co>
Vedran Karačić <vedran@edx.org>
William Ono <william.ono@ubc.ca>
Dongwook Yoon <dy252@cornell.edu>
......
......@@ -72,7 +72,7 @@ body.view-in-course {
// post-container footer (creative commons)
.container-footer {
max-width: none;
min-width: none;
min-width: 0;
width: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment