mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 02:25:26 +00:00
Fix header for rtl languages
This commit is contained in:
@@ -1382,7 +1382,10 @@ export default function ControlPanel({
|
||||
<>
|
||||
<div>
|
||||
{layout.header && (
|
||||
<div className="flex justify-between items-center me-7">
|
||||
<div
|
||||
className="flex justify-between items-center me-7"
|
||||
style={isRtl(i18n.language) ? { direction: "rtl" } : {}}
|
||||
>
|
||||
{header()}
|
||||
{window.name.split(" ")[0] !== "t" && (
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user