Merge pull request #449 from Irev-Dev/kurt/safari-flex-gap-435

Fix safari flexbox/gap issue with grid
This commit was merged in pull request #449.
This commit is contained in:
Kurt Hutten
2021-08-12 05:38:12 +10:00
committed by GitHub
8 changed files with 141 additions and 139 deletions

View File

@@ -84,7 +84,7 @@ const EditableProjectTitle = ({
</span>
<div className="flex items-center h-full">
<button
className="ml-4 flex p-px px-2 gap-2 bg-ch-purple-400 bg-opacity-30 hover:bg-opacity-80 rounded-sm border border-ch-purple-400"
className="ml-4 grid grid-flow-col-dense p-px px-2 gap-2 bg-ch-purple-400 bg-opacity-30 hover:bg-opacity-80 rounded-sm border border-ch-purple-400"
id="rename-button"
onClick={() =>
updateProject({ variables: { id, input: { title: newTitle } } })