Compare commits

...

1 Commits

Author SHA1 Message Date
Abdullah Atta
fcd5bc5a02 editor: fix code block language selector ui 2024-11-23 13:42:54 +05:00

View File

@@ -286,6 +286,7 @@ function LanguageSelector(props: LanguageSelectorProps) {
key={lang.title}
variant={"menuitem"}
sx={{
flexShrink: 0,
textAlign: "left",
py: 1,
display: "flex",