Skip to content

Commit

Permalink
MDL-55561 theme_noname: Fix bad padding in settings and nav block
Browse files Browse the repository at this point in the history
Part of MDL-55071
  • Loading branch information
Damyon Wiese authored and danpoltawski committed Sep 23, 2016
1 parent d48dbde commit 400274b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/noname/scss/moodle/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
/* Override plugin's default. */
text-align: left;
}

.block.block_navigation .block_tree ul,
.block_settings .block_tree ul {
margin-left: 0;
}

0 comments on commit 400274b

Please sign in to comment.