editor: fix code block language selector ui

This commit is contained in:
Abdullah Atta
2024-11-23 13:42:54 +05:00
parent 25956ccadb
commit fcd5bc5a02

View File

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