mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(rtl): add text-start and text-end (#11213)
This commit is contained in:

committed by
Brandy Carney

parent
d9ac950f17
commit
6cd719f023
@ -305,6 +305,14 @@ ion-footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[text-start] {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
[text-end] {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
[text-justify] {
|
||||
text-align: justify;
|
||||
}
|
||||
|
Reference in New Issue
Block a user