Skip to content

Commit 1974c1d

Browse files
committed
Merge pull request activeadmin#1725 from hakanensari/comment-author-overflow
Hide if comment author overflows
2 parents 64d2457 + ee8d8c8 commit 1974c1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/active_admin/components/_comments.css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.active_admin_comment_meta {
1111
width: 130px;
1212
float: left;
13+
overflow: hidden;
1314
font-size: 0.9em;
1415
color: lighten($primary-color, 10%);
1516
.active_admin_comment_author {

0 commit comments

Comments
 (0)