Skip to content

Commit 04e6ce8

Browse files
committed
Prevent recent actions from overflowing container
E.g. when content is long & non-breaking, such as a URL stephenmcd#101
1 parent 963f563 commit 04e6ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grappelli_safe/static/grappelli/css/dashboard.css

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
}
131131
.module ul.actionlist {
132132
padding-bottom: 3px;
133+
overflow-x: auto;
133134
}
134135
ul.menulist li:last-child {
135136
border-bottom-color: #ddd;

0 commit comments

Comments
 (0)