0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(experience): left align factor button text content (#4742)

This commit is contained in:
Xiao Yijun 2023-10-25 13:57:17 +08:00 committed by GitHub
parent fb48db4185
commit c93c96d59c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
.title {
flex: 1;
@include _.flex-column;
align-items: flex-start;
text-align: left;
.name {
font: var(--font-body-1);