Skip to content

Commit 8c62d99

Browse files
authored
Minor fix to not break word-break in advertising action buttons (#109415)
1 parent 11b1c0e commit 8c62d99

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apps/blaze-dashboard/src/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
font-weight: 600;
112112
font-size: 0.75rem;
113113
background-color: var(--color-surface);
114+
word-break: normal;
114115

115116
&:hover {
116117
text-decoration: underline;

client/my-sites/promote-post-i2/components/campaign-item/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
color: var(--color-accent);
2727
background-color: var(--color-surface);
2828
box-shadow: none;
29+
word-break: normal;
2930
}
3031

3132
.campaign-item__post-details-button:hover {

client/my-sites/promote-post-i2/components/payments-list/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
margin: 0;
6565
text-decoration: underline;
6666
padding: 8px;
67+
word-break: normal;
6768
}
6869
}
6970
@media (max-width: $break-medium) {

0 commit comments

Comments
 (0)