Apply padding values to event tiles on MessageEditHistoryDialog with variables (#8955)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2022-07-01 18:04:53 +09:00 committed by GitHub
parent bf281c1b6b
commit 2468e5830b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

View file

@ -59,10 +59,10 @@ limitations under the License.
}
.mx_EventTile_line {
padding-top: 1px;
padding-bottom: 3px;
line-height: $font-22px;
padding-top: var(--EventTile_group_line-spacing-block-start);
padding-bottom: var(--EventTile_group_line-spacing-block-end);
padding-left: var(--EventTile_group_line-spacing-inline-start);
line-height: var(--EventTile_group_line-line-height);
.mx_EventTile_content {
margin-right: 0px;