diff --git a/src/components/ActionCard/ActionCard.scss b/src/components/ActionCard/ActionCard.scss index 6b8a57410..673c2c0f4 100644 --- a/src/components/ActionCard/ActionCard.scss +++ b/src/components/ActionCard/ActionCard.scss @@ -140,6 +140,7 @@ border-radius: 4px; padding: $base-unit*2; margin-bottom: -10px; + width: calc(100% - 40px); &:before { content: ''; @@ -166,6 +167,8 @@ font-size: 13px; color: #47474f; line-height: $base-unit*4; + width: 100%; + overflow-x: auto; } .comment-read-more {