Skip to content

Commit

Permalink
fix an issue when button names are too long that they are not visible…
Browse files Browse the repository at this point in the history
… anymore
  • Loading branch information
FinalAngel committed Nov 14, 2013
1 parent 7c5a1d9 commit 6dc5082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions djangocms_admin_style/sass/partials/_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ form {
.admin_shortcuts .shortcuts li a { background-size:20px 20px; padding:10px 10px 10px 40px; }
.admin_shortcuts .shortcuts li a span { padding:0 !important; }
.admin_shortcuts .shortcuts li:first-child a { padding:10px 20px; }

// buttons
.object-tools { float:none; @include clearfix(); }
.object-tools li { float:left; }

Large diffs are not rendered by default.

0 comments on commit 6dc5082

Please sign in to comment.