We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3723eb5 commit 33dbcd7Copy full SHA for 33dbcd7
2 files changed
src/components/media/Media.scss
@@ -4,10 +4,6 @@
4
.bdl-Media {
5
display: flex;
6
align-items: flex-start;
7
-
8
- .bdl-DropdownMenu-target {
9
- display: block;
10
- }
11
}
12
13
// the media content, ie, an avatar
src/elements/content-sidebar/activity-feed/comment/Comment.scss
@@ -36,7 +36,7 @@
36
37
38
.bcs-Comment-menuTarget {
39
- display: inline-block;
+ float: right;
40
41
42
// override for activity feed defaults
0 commit comments