Merge pull request #1470 from loic/admin.actionlist

Fixed overflow for the "Recent Actions" widget on the admin index.
This commit is contained in:
Tim Graham 2013-08-13 05:11:39 -07:00
commit 737b53ab9a
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ ul.actionlist li {
list-style-type: none;
}
ul.actionlist li.changelink {
ul.actionlist li {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
}