style: tailwind classname sorting (#1169)
This commit is contained in:
@@ -14,7 +14,7 @@ const TextPreview = ({ bytes }: Props) => {
|
||||
return (
|
||||
<textarea
|
||||
autoComplete="off"
|
||||
className="w-full h-full flex-grow font-editor focus:shadow-none focus:outline-none"
|
||||
className="font-editor h-full w-full flex-grow focus:shadow-none focus:outline-none"
|
||||
dir="auto"
|
||||
id={ElementIds.FileTextPreview}
|
||||
defaultValue={text}
|
||||
|
||||
Reference in New Issue
Block a user