diff --git a/res/css/views/rooms/_ReplyTile.scss b/res/css/views/rooms/_ReplyTile.scss index dee68871c2..d059d553a9 100644 --- a/res/css/views/rooms/_ReplyTile.scss +++ b/res/css/views/rooms/_ReplyTile.scss @@ -15,8 +15,6 @@ limitations under the License. */ .mx_ReplyTile { - max-width: 100%; - clear: both; padding-top: 2px; padding-bottom: 2px; font-size: $font-14px; @@ -102,7 +100,3 @@ limitations under the License. text-overflow: ellipsis; max-width: calc(100% - 65px); } - -.mx_ReplyTile_contextual { - opacity: 0.4; -}