proper truncation in RTL locales

This commit is contained in:
Mononaut
2023-01-05 11:16:14 -06:00
parent ad57df34d2
commit 2847155019
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;