Fix stylelint issue and update header
This commit is contained in:
parent
6b96a16108
commit
e7ad9b82e0
2 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue