width of edit input fixed on using grammarly plugin (#30298)

Этот коммит содержится в:
Arya Khochare
2025-03-12 03:18:05 +05:30
коммит произвёл GitHub
родитель 7c25de2cff
Коммит a4c5e52b6b

Просмотреть файл

@@ -1193,8 +1193,12 @@
margin: 0 auto;
table-layout: fixed;
> div {
.post__img,
.post__header-body {
display: table-cell;
}
> div {
vertical-align: top;
}
}