moodle-an-hochschulen / moodle-theme_boost_campus

Moodle 3.x Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements ––– for Moodle 4.x please use our Theme Boost Union
GNU General Public License v3.0
38 stars 25 forks source link

Course administration: no line break #10

Closed sennewood closed 7 years ago

sennewood commented 7 years ago

When you reduce the window width in the course administration, the content looks like this:

mdl_course_admin_users

When you change:

.col-sm-3 {
    float: left;
    width: 25%;
}

to:

.col-sm-3 {
    float: none;
    width: 25%;
}

it looks like this:

mdl_course_admin_users_fixed

sennewood commented 7 years ago

This wont work with different screen sizes ... the testing goes on ^^

sennewood commented 7 years ago

It's a Boost problem. MDL-Tracker: https://tracker.moodle.org/browse/MDL-59968