Skip to content
Snippets Groups Projects
Commit e6a3475d authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue-311/FIX-remove-boards-resources-cards' into 'develop'

Issue 311: FIX remove boards resources cards

See merge request !295
parents 82e69053 1d1404a0
No related branches found
No related tags found
1 merge request!295Issue 311: FIX remove boards resources cards
Pipeline #42212 passed
......@@ -154,7 +154,7 @@ export default function Cards(props) {
return (
<Card
className={`active:bg-ice-HC-dark active:rounded-3xl transition ease-in-out 2xl:w-[330px] xl:w-[290px] lg:w-[270px] max-lg:w-[290px] outline outline-1 outline-lightGray-HC-white ${props.page !== "recurso" && "items-center"}`}
className={`active:bg-ice-HC-dark active:rounded-3xl transition ease-in-out 2xl:w-[330px] xl:w-[290px] lg:w-[270px] max-lg:w-[290px] outline outline-1 outline-ice-HC-white ${props.page !== "recurso" && "items-center"}`}
tabIndex="-1"
sx={{
display: "flex",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment