mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(experience-legacy): update text alignment for RTL support (#6583)
This commit is contained in:
parent
8bb5c81766
commit
193b4a4011
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
flex: 1;
|
||||
@include _.flex-column;
|
||||
align-items: flex-start;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
|
||||
.name {
|
||||
font: var(--font-label-1);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
.border,
|
||||
.outline {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
position: absolute;
|
||||
inset: -10px 0 -0.5px;
|
||||
border: _.border(var(--color-line-border));
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
|
||||
.desc {
|
||||
@include _.text-hint;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.hint {
|
||||
@include _.text-hint;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
margin-top: _.unit(6);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue