mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
rtl-fix address issues
This commit is contained in:
@@ -1385,7 +1385,7 @@ export default function ControlPanel({
|
||||
<Divider layout="vertical" margin="8px" />
|
||||
<Dropdown
|
||||
style={{ width: "240px" }}
|
||||
position="bottomLeft"
|
||||
position={isRtl(i18n.language) ? "bottomRight" : "bottomLeft"}
|
||||
render={
|
||||
<Dropdown.Menu
|
||||
style={isRtl(i18n.language) ? { direction: "rtl" } : {}}
|
||||
|
||||
Reference in New Issue
Block a user