Merge branch 'MDL-62359-master' of git://github.com/bmbrands/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Mon, 14 May 2018 02:37:57 +0000 (10:37 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Mon, 14 May 2018 02:37:57 +0000 (10:37 +0800)
1  2 
theme/boost/scss/moodle/forms.scss

          max-width: 100%;
      }
      .form-group {
 -        margin-right: 0.25rem;
 +        margin: 0.1rem 0.25rem 0.1rem 0;
      }
+     br + label {
+         justify-content: flex-start;
+         width: 100%;
+     }
  }
  
  #jump-to-activity.custom-select {