Skip to content

Commit

Permalink
Changed CSS so that the audiobook text does not overlap with the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisSim committed Dec 4, 2024
1 parent c4025ea commit 26f2542
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion static/css/components/buttonCta.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ a.cta-btn {
background-position: center;
}

.btn-label { padding: 0 10px; }
.btn-label {
padding: 8px 10px;
padding-right: 25px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-align: center;
}

&:link, &:visited {
color: @white;
Expand Down

0 comments on commit 26f2542

Please sign in to comment.