Commit 737b53ab authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #1470 from loic/admin.actionlist

Fixed overflow for the "Recent Actions" widget on the admin index.
parents 163a34ce 33fc083b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ ul.actionlist li {
    list-style-type: none;
}

ul.actionlist li.changelink {
ul.actionlist li {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;