Skip to content

Commit 33dbcd7

Browse files
committed
fix: legacy comment styling
1 parent 3723eb5 commit 33dbcd7

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/media/Media.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
.bdl-Media {
55
display: flex;
66
align-items: flex-start;
7-
8-
.bdl-DropdownMenu-target {
9-
display: block;
10-
}
117
}
128

139
// the media content, ie, an avatar

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)