diff --git a/src/components/OrgListCard/OrgListCard.module.css b/src/components/OrgListCard/OrgListCard.module.css index 387a2efc0d..4755d5a4b5 100644 --- a/src/components/OrgListCard/OrgListCard.module.css +++ b/src/components/OrgListCard/OrgListCard.module.css @@ -46,6 +46,23 @@ z-index: 1; } +.flaskIcon { + margin-top:4px; +} + +.manageBtn { + display: flex; + justify-content: space-around; + width: 118px; +} + +.orgName { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} + + @media (max-width: 450px) { .orgCard { height: unset; @@ -77,23 +94,14 @@ margin-left: auto; display: block; } -} - -.flaskIcon { - position: absolute; - top: 0; - right: 0; - margin: 10px 20px 0px 0px; -} + .flaskIcon { + margin-bottom:6px; + } + .manageBtn { + display: flex; + justify-content: space-around; + width: 100%; + } -.manageBtn { - display: flex; - justify-content: space-around; - width: 118px; } -.orgName { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -}