Fix current path in toolbar reversing some names

pull/1/head
yflory 6 years ago
parent c08951dd91
commit 8b20b14184

@ -475,7 +475,9 @@
} }
.cp-app-drive-search-path { .cp-app-drive-search-path {
font-style: italic; font-style: italic;
direction: rtl; display: flex;
flex-flow: row-reverse;
justify-content: right;
.cp-app-drive-path-element { .cp-app-drive-path-element {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
@ -839,7 +841,9 @@
width: auto; width: auto;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
direction: rtl; display: flex;
flex-flow: row-reverse;
justify-content: right;
max-width: 100%; max-width: 100%;
text-align: left; text-align: left;
.cp-app-drive-path-element { .cp-app-drive-path-element {
@ -865,4 +869,5 @@
} }
} }
} }
} }

Loading…
Cancel
Save