Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into resources-page

This commit was merged in pull request #251.
This commit is contained in:
2023-07-05 12:53:41 +01:00
7 changed files with 74 additions and 40 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ const SuggestTask = ({ details, onClose, situation }) => {
<div
className="w-full h-[236px] p-6 bg-gray-400 rounded-xl overflow-hidden"
style={{
background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
// background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
background: `url(${selectedImage}) center / contain no-repeat`,
}}
></div>
</div>