Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
7c9a65d8
Commit
7c9a65d8
authored
Jan 21, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11260 from eduNEXT/Bound3R/minwidth_layout
Replace property min-width value
parents
c6b21d13
f4f4da4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
AUTHORS
+1
-0
lms/static/sass/base/_layouts.scss
+1
-1
No files found.
AUTHORS
View file @
7c9a65d8
...
...
@@ -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>
...
...
lms/static/sass/base/_layouts.scss
View file @
7c9a65d8
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment