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:
parent
bf281c1b6b
commit
2468e5830b
2 changed files with 11 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue