Skip to content

Commit 1b8998a

Browse files
author
vikasrohit
authored
Merge pull request #2316 from appirio-tech/hotfix/post_overflow_fix
Post overflow fix - take 2
2 parents 3326143 + 5835e5c commit 1b8998a

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)