Skip to content

Commit 4c75887

Browse files
authored
Merge pull request #1275 from prezly/feature/dev-19717-story-not-showing-up-responsively
[DEV-19717] Fix - buttons responsiveness
2 parents 99e06f5 + de9cbdc commit 4c75887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/ContentRenderer/ContentRenderer.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ $avatar-size: 60px;
119119
.prezly-slate-button-block {
120120
background-color: var(--prezly-accent-color);
121121
color: var(--prezly-accent-color-button-text);
122+
width: fit-content !important;
123+
max-width: 100%;
122124

123125
&:hover {
124126
background-color: var(--prezly-accent-color-hover);

0 commit comments

Comments
 (0)