From b85f1ff0d26cf957837fbb310b0fa2893a6b4eb4 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 10 Mar 2022 14:30:00 +0500 Subject: [PATCH] GH-2456 - Updating url property (#2478) --- webapp/src/components/cardDetail/cardDetail.scss | 1 + webapp/src/components/properties/link/link.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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);