Fixed styles
This commit is contained in:
parent
dfb78657c7
commit
e89063a32f
|
@ -90,7 +90,7 @@ export const usePersonaCardStyles = () => {
|
||||||
},
|
},
|
||||||
"@media((min-width : 481px) and (max-width : 12480px))": {
|
"@media((min-width : 481px) and (max-width : 12480px))": {
|
||||||
maxWidth: 260,
|
maxWidth: 260,
|
||||||
minWidth: "50%",
|
minWidth: "min(50%, 260px)",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue