fix: draft issue peek overview (#3582)

* chore: project, view and shortcut modal alignment consistency

* chore: issue highlight list layout improvement

* fix: draft issue peek overview fix

* fix: draft issue layout inline editing
This commit is contained in:
Anmol Singh Bhatia 2024-02-07 15:06:07 +05:30 committed by GitHub
parent 0a99a1a091
commit 065226f8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 5 deletions

View file

@ -208,7 +208,7 @@ export const CreateProjectModal: FC<Props> = observer((props) => {
</Transition.Child>
<div className="fixed inset-0 z-20 overflow-y-auto">
<div className="flex min-h-full items-center justify-center p-4 text-center sm:p-0">
<div className="my-10 flex items-center justify-center p-4 text-center sm:p-0 md:my-20">
<Transition.Child
as={Fragment}
enter="ease-out duration-300"