Skip to content

Commit 6cd719f

Browse files
AmitMYbrandyscarney
authored andcommitted
feat(rtl): add text-start and text-end (#11213)
1 parent d9ac950 commit 6cd719f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/app/app.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@ ion-footer {
305305
text-align: right;
306306
}
307307

308+
[text-start] {
309+
text-align: start;
310+
}
311+
312+
[text-end] {
313+
text-align: end;
314+
}
315+
308316
[text-justify] {
309317
text-align: justify;
310318
}

0 commit comments

Comments
 (0)