Skip to content

Commit

Permalink
MDL-51924 Using box-sizing mixin to prevent blocks overlap on profile…
Browse files Browse the repository at this point in the history
… page
  • Loading branch information
barbararamiro committed Oct 27, 2015
1 parent 9382ac3 commit 39f360a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/user.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
border-radius: @baseBorderRadius;
padding: 0 15px;
margin-bottom: 20px;
box-sizing: border-box;
.box-sizing(border-box);
}
.userprofile .profile_tree section h3 {
font-size: round(@baseFontSize * 1.30);
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 39f360a

Please sign in to comment.