Remove unused CSS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 12:15:22 +02:00
parent 75e7948ca8
commit b4ae54dcce
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -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;
}