mirror of https://github.com/django/django.git
Merge pull request #1470 from loic/admin.actionlist
Fixed overflow for the "Recent Actions" widget on the admin index.
This commit is contained in:
commit
737b53ab9a
|
@ -23,7 +23,7 @@ ul.actionlist li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.actionlist li.changelink {
|
ul.actionlist li {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
-o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in New Issue