superawesomeme / moodle-theme_aardvark

Aardvark theme for Moodle
https://moodle.org/plugins/view.php?plugin=theme_aardvark
6 stars 14 forks source link

[Solution Enclosed] Course Descriptions Over run Div width #20

Open joshwillcock opened 7 years ago

joshwillcock commented 7 years ago

On Mod view pages (such as viewing a SCORM) the view.php page has Info / reports.

The description in

has a width greater than the "main" section. Media Queries for ".container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container" dictate a width which can be bigger than the available space in maincontent.

A quick solution to "protect" this from happening would be to after declaring the width declare "max-width:100%" - ensuring the content cannot outrun the parent div. It would be good to make this change on the latest version of the theme as well as just my local copy.

screen shot 2017-04-05 at 15 45 33