Skip to content

Commit b3b43ac

Browse files
authored
Merge pull request #4319 from KshitijThareja/4272
Fix misalignment of copy failure retry CTA
2 parents c2843ba + e71e478 commit b3b43ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
}
364364
365365
.copy-retry-btn {
366+
padding-bottom: 2px;
366367
font-size: inherit;
367368
}
368369

contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@
420420
align-items: center;
421421
align-self: center;
422422
min-width: max-content;
423+
line-height: 1.6;
423424
pointer-events: auto;
424425
cursor: default;
425426

0 commit comments

Comments
 (0)