Skip to content

Commit 2b63ccc

Browse files
committed
fix: legacy comment styling
1 parent 3723eb5 commit 2b63ccc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/media/Media.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
align-items: flex-start;
77

88
.bdl-DropdownMenu-target {
9-
display: block;
9+
float: right;
1010
}
1111
}
1212

src/elements/content-sidebar/activity-feed/comment/Comment.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
.bcs-Comment-menuTarget {
39-
display: inline-block;
39+
float: right;
4040
}
4141

4242
// override for activity feed defaults

0 commit comments

Comments
 (0)