Web: Components: fixed submenu text alignment

This commit is contained in:
DmitrySychugov 2023-05-25 14:59:52 +05:00
parent 586ef1d98b
commit cae968d1ff

View File

@ -45,7 +45,15 @@ export const data = [
onRowClick={function noRefCheck() {}}
onSelect={function noRefCheck() {}}
>
<Text truncate>Sample text</Text>
<div
style={{
alignItems: "center",
justifyContent: "space-between",
display: "flex",
}}
>
<Text truncate>Sample text</Text>
</div>
</Row>
),
},