Commit 33fc083b authored by Loic Bistuer's avatar Loic Bistuer
Browse files

Fixed overflow for the "Recent Actions" widget on the admin index.

Previously the CSS targeted "li.changelink" and therefore didn't
work for the "add" and "delete" actions.

Refs #14868.
parent 2ac89012
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;