Set the same margin to the right of NewRoomIntro on TimelineCard (#8453)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
765a715fce
commit
a01d73ca8b
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_NewRoomIntro {
|
.mx_NewRoomIntro {
|
||||||
margin-left: 36px;
|
margin-inline-start: 36px; // TODO: Use a variable
|
||||||
|
margin-inline-end: 36px; // TODO: Use a variable
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content {
|
.mx_EventTile_content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue