proper truncation in RTL locales

This commit is contained in:
Mononaut
2023-01-05 11:16:14 -06:00
parent 42a39c1f7c
commit 6448ad0ac7
3 changed files with 12 additions and 9 deletions

View File

@@ -4,10 +4,6 @@
flex-direction: row;
align-items: baseline;
&.rtl {
flex-direction: row-reverse;
}
.first {
flex-grow: 0;
flex-shrink: 1;