Fix redacted messages for the 100th #*&@*%^ time

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-13 13:18:01 +02:00
parent 8f831a89f6
commit 1bca5371d1
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 2 deletions

View File

@ -29,12 +29,13 @@ limitations under the License.
color: $primary-fg-color;
}
.mx_ReplyTile > .mx_RedactedBody {
padding: 18px;
.mx_ReplyTile .mx_RedactedBody {
padding: 4px 0 2px 20px;
&::before {
height: 13px;
width: 13px;
top: 5px;
}
}