Skip to content

Commit

Permalink
Fix issue for flagged posts notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nunof07 committed Sep 15, 2015
1 parent 2a32229 commit cf3f06b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/stylesheets/mumble.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
left: auto;
right: 27px;
}
.flagged-posts {
left: auto;
right: 69px;
}
> div.ember-view {
float: left;
}
}
}

0 comments on commit cf3f06b

Please sign in to comment.