Fix stylelint issue and update header

This commit is contained in:
Tulir Asokan 2020-04-10 16:27:39 +03:00
parent 6b96a16108
commit e7ad9b82e0
2 changed files with 5 additions and 4 deletions

View file

@ -16,9 +16,10 @@ limitations under the License.
.mx_MImageReplyBody {
display: grid;
grid-template: "image sender" 20px
"image filename" 20px
/ 44px auto;
grid-template:
"image sender" 20px
"image filename" 20px
/ 44px auto;
grid-gap: 4px;
}