From da20f49c59e06419818dc25686a31de40e5c0e05 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 6 Dec 2017 06:30:05 -0500 Subject: [PATCH] code review: mind ltr languages --- src/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/popup.css b/src/css/popup.css index 4d32dc5..3f746b2 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -291,6 +291,7 @@ body .toolbar .scope { white-space: nowrap; } body .toolbar #specificScope { + direction: ltr; display: inline-flex; justify-content: flex-end; text-align: right;