Skip to content

Commit 5835e5c

Browse files
author
Vikas Agarwal
committed
one more try to fix the issue. Previous fix was causing date of the post to be hidden behind the header
1 parent 2646168 commit 5835e5c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/ActionCard/Comment.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.container {
44
display: flex;
55
padding: $base-unit 4 * $base-unit;
6+
overflow-x: auto;
67

78
&.self:not(.is-deleting):hover {
89
background-color: $tc-gray-neutral-light;

src/components/Feed/FeedComments.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.container {
55
background-color: $tc-white;
66
border-radius: 0 0 $card-border-radius $card-border-radius;
7-
overflow-x: auto;
87

98
:global {
109
.rich-editor .tc-textarea .public-DraftEditor-content {

0 commit comments

Comments
 (0)