From 6fe058feb6a1b22006f38a5000a4436033525763 Mon Sep 17 00:00:00 2001 From: KshitijThareja Date: Mon, 30 Oct 2023 23:53:28 +0530 Subject: [PATCH 1/2] Fix misalignment of copy failure retry --- .../frontend/channelEdit/components/ContentNodeEditListItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue index 8ed1adce13..3756043fa3 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue @@ -364,6 +364,7 @@ .copy-retry-btn { font-size: inherit; + padding-bottom: 3.5px; } From e71e4789cb7d5125f8f171c31083a216c3558be6 Mon Sep 17 00:00:00 2001 From: KshitijThareja Date: Tue, 31 Oct 2023 23:52:01 +0530 Subject: [PATCH 2/2] 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..a335bc5baf 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue @@ -363,8 +363,8 @@ } .copy-retry-btn { + padding-bottom: 2px; font-size: inherit; - padding-bottom: 3.5px; } diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue index ef85e548b0..d58e53b26e 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue @@ -420,6 +420,7 @@ align-items: center; align-self: center; min-width: max-content; + line-height: 1.6; pointer-events: auto; cursor: default;