mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
Fix alignment of language menu when RTL.
This commit is contained in:
@@ -136,8 +136,9 @@ pre.content {
|
||||
}
|
||||
#languageMenu {
|
||||
vertical-align: top;
|
||||
margin-top: 15px;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
Reference in New Issue
Block a user