Skip to content

Commit

Permalink
Prevent recent actions from overflowing container
Browse files Browse the repository at this point in the history
E.g. when content is long & non-breaking, such as a URL

stephenmcd#101
  • Loading branch information
dbischof committed Feb 8, 2021
1 parent 963f563 commit 04e6ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grappelli_safe/static/grappelli/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
}
.module ul.actionlist {
padding-bottom: 3px;
overflow-x: auto;
}
ul.menulist li:last-child {
border-bottom-color: #ddd;
Expand Down

0 comments on commit 04e6ce8

Please sign in to comment.