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:
@@ -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 } } })
|
||||
|
||||
Reference in New Issue
Block a user