Use margin instead of padding

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-14 10:23:10 +02:00
parent 586e85cbff
commit f26c75bdcc
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
.mx_MImageBody_thumbnail_container {
flex: 1;
padding-right: 4px;
margin-right: 4px;
}
.mx_MImageReplyBody_info {