Skip to content

Commit fe4cd46

Browse files
author
vikasrohit
authored
Merge pull request #620 from appirio-tech/feature/dashboard_post_overflow
Github issue#619, Dashboard: comment post overflowing container
2 parents 3e61fac + c0b20a1 commit fe4cd46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/ActionCard/ActionCard.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
border-radius: 4px;
141141
padding: $base-unit*2;
142142
margin-bottom: -10px;
143+
width: calc(100% - 40px);
143144

144145
&:before {
145146
content: '';
@@ -166,6 +167,8 @@
166167
font-size: 13px;
167168
color: #47474f;
168169
line-height: $base-unit*4;
170+
width: 100%;
171+
overflow-x: auto;
169172
}
170173

171174
.comment-read-more {

0 commit comments

Comments
 (0)