From 5455c295a2a5e44d889d8ecd5ae09d8fa7615be9 Mon Sep 17 00:00:00 2001 From: KshitijThareja Date: Tue, 31 Oct 2023 23:26:28 +0530 Subject: [PATCH] Change alignment of retry button --- .../frontend/channelEdit/components/ContentNodeEditListItem.vue | 2 +- .../channelEdit/components/ContentNodeListItem/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue index 3756043fa3..cdccb30666 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue @@ -364,7 +364,7 @@ .copy-retry-btn { font-size: inherit; - padding-bottom: 3.5px; + padding-bottom:2px; } diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue index ef85e548b0..072d69373b 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue @@ -416,6 +416,7 @@ .copying { z-index: 2; + line-height: 1.6; display: flex; align-items: center; align-self: center;