Skip to content

Commit

Permalink
Added Cdrini changes to first-child of cta-button group removes dupli…
Browse files Browse the repository at this point in the history
…cate padding and removes wrap
  • Loading branch information
Realmbird committed May 22, 2024
1 parent 5f2963d commit cb6645f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/css/components/buttonCta.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,13 @@ a.cta-btn {

&:first-child {
flex: 1;
padding: 8px;
padding: 8px 0;
overflow: hidden;
padding-right: 25px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
text-align: center;
}

&:not(:first-child) {
Expand Down

0 comments on commit cb6645f

Please sign in to comment.