From 8b20b141847d1df6878e822474a10f658e4a551d Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 19 Jul 2018 16:38:41 +0200 Subject: [PATCH] Fix current path in toolbar reversing some names --- www/drive/app-drive.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/www/drive/app-drive.less b/www/drive/app-drive.less index 8c0c1a083..49b6c2ab3 100644 --- a/www/drive/app-drive.less +++ b/www/drive/app-drive.less @@ -475,7 +475,9 @@ } .cp-app-drive-search-path { font-style: italic; - direction: rtl; + display: flex; + flex-flow: row-reverse; + justify-content: right; .cp-app-drive-path-element { display: inline-block; margin-right: 5px; @@ -839,7 +841,9 @@ width: auto; overflow: hidden; white-space: nowrap; - direction: rtl; + display: flex; + flex-flow: row-reverse; + justify-content: right; max-width: 100%; text-align: left; .cp-app-drive-path-element { @@ -865,4 +869,5 @@ } } } -} \ No newline at end of file +} +