diff --git a/static/app-strings.json b/static/app-strings.json index b95f8a63c..f9064fedd 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1156,5 +1156,6 @@ "lbry": "lbry", "Default": "Default", "Amount (LBC)": "Amount (LBC)", - "Successfully unlocked your tip!": "Successfully unlocked your tip!" -} + "Successfully unlocked your tip!": "Successfully unlocked your tip!", + "Successfully abandoned your claim.": "Successfully abandoned your claim." +} \ No newline at end of file diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 8111a57b4..bd9649e1d 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -200,7 +200,10 @@ .card__body { padding: var(--spacing-large); - border-top: 1px solid var(--color-border); + + &:not(.card__body--no-title) { + padding-top: 0; + } &.card__body--table { padding: 0;