From 3a6d84e0c22ff675d4d597d53b3b6bd12fa5c402 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Tue, 21 Nov 2017 15:49:19 -0800 Subject: [PATCH] Fix alignment of language menu when RTL. --- demos/code/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/code/style.css b/demos/code/style.css index e05664f24..4098dbf28 100644 --- a/demos/code/style.css +++ b/demos/code/style.css @@ -136,8 +136,9 @@ pre.content { } #languageMenu { vertical-align: top; - margin-top: 15px; + margin-left: 15px; margin-right: 15px; + margin-top: 15px; } /* Buttons */