Skip to content

Commit 7fdef4e

Browse files
committed
Administration: Improve comment actions alignment in the Activity Widget.
This changeset improves comment actions alignement on small screens for the Dashboard Activity Widget. Props sainathpoojary, valentingrenier, cedche99, quentinr64600. Fixes #63277. git-svn-id: https://develop.svn.wordpress.org/trunk@60267 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d9d06c8 commit 7fdef4e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/wp-admin/css/list-tables.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,6 @@ div.action-links,
20642064
}
20652065

20662066
.row-actions {
2067-
margin-left: -8px;
20682067
margin-right: -8px;
20692068
padding-top: 4px;
20702069
}
@@ -2077,10 +2076,15 @@ div.action-links,
20772076
color: transparent;
20782077
}
20792078

2079+
.row-actions span {
2080+
font-size: 0;
2081+
}
2082+
20802083
.row-actions span a,
20812084
.row-actions span .button-link {
20822085
display: inline-block;
2083-
padding: 4px 8px;
2086+
padding: 4px 16px 4px 0;
2087+
font-size: 13px;
20842088
line-height: 1.5;
20852089
}
20862090

0 commit comments

Comments
 (0)