diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 76c854fcb..d74c43fe8 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -234,6 +234,7 @@ $ios-border-color: rgba(0,0,0,0.1); .inner-bubble { border-radius: 15px; margin-bottom: 5px; + overflow: hidden; .body { margin-top: 0; @@ -242,10 +243,6 @@ $ios-border-color: rgba(0,0,0,0.1); position: relative; word-break: break-word; } - - .attachments img { - border-radius: 15px; - } } .inner-bubble.with-tail {