Skip to content

Commit

Permalink
Merge pull request #333 from divio/bugfix/updates-inline-widgets
Browse files Browse the repository at this point in the history
adds space to related widget wrapper link in table
  • Loading branch information
lory87 committed Apr 26, 2016
2 parents 7d7fa01 + b7c70b7 commit 30f0a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions djangocms_admin_style/sass/components/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@
.field-can_move_page {
text-align: center;
}
.related-widget-wrapper a.change-related {
margin-left: 10px;
}
}
#result_list tbody tr:hover,
.results table tbody tr:hover,
Expand Down

Large diffs are not rendered by default.

0 comments on commit 30f0a14

Please sign in to comment.