Course group page not displaying fully on full screen due to negative margins

Issue #888 resolved
Manoj Solanki created an issue

As per: https://moodle.org/mod/forum/discuss.php?d=366354#p1479539

When on the group management page for a course and using full screen on small resolutions, the first column of contents is cut off due to "margin-left: -30px" or "margin-left: -20px" from the CSS in bootstrapbase. It's unclear if these entries are still needed but they are used to presumably to shift the content of the row left of the container it is in.

Do one of the following:

  1. Make the margin-left 0px on the group management page "specific" css

  2. Apply the margin sitewide, overriding the original bootstrapebase entries. Check if this will affect the layout anywhere else.

It might be safer to just do option 1 and add in specific CSS for the group page.

Comments (1)

  1. Log in to comment