diff --git a/webapp/src/components/cardDetail/cardDetail.scss b/webapp/src/components/cardDetail/cardDetail.scss index b065cf555..2f925bed0 100644 --- a/webapp/src/components/cardDetail/cardDetail.scss +++ b/webapp/src/components/cardDetail/cardDetail.scss @@ -29,6 +29,7 @@ } .octo-propertyrow { + max-width: 595px; display: flex; align-items: center; margin: 6px 0; diff --git a/webapp/src/components/properties/link/link.scss b/webapp/src/components/properties/link/link.scss index 584069fce..50ce25b3c 100644 --- a/webapp/src/components/properties/link/link.scss +++ b/webapp/src/components/properties/link/link.scss @@ -20,7 +20,8 @@ .IconButton { display: none; - margin-right: 4px; + margin: 0 0 0 4px; + flex: 0 0 24px; &:hover { background-color: rgb(var(--center-channel-color-rgb), 0.1);