fix: long titles on non-mobile view (#1575)

This commit is contained in:
Aman Harwara
2022-09-16 18:35:43 +05:30
committed by GitHub
parent ddf4c97477
commit 7807fa34f3
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ const FileViewWithoutProtection = ({ application, viewControllerManager, file }:
<div className="flex h-8 items-center justify-between">
<div className="flex flex-grow items-center">
<MobileItemsListButton />
<div className="title overflow-auto">
<div className="title flex-grow overflow-auto">
<input
className="input text-lg"
id={ElementIds.FileTitleEditor}