Skip to content

Commit 1cf6b34

Browse files
authored
Merge pull request #1280 from prezly/feature/dev-20109-stories-wide-button-not-working-properly-looks-left-aligned
[DEV-20109] Fix - wide button looking off
2 parents d2d282e + 4aa3be8 commit 1cf6b34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/ContentRenderer/ContentRenderer.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ $avatar-size: 60px;
144144
border-color: var(--prezly-border-color-secondary);
145145
}
146146
}
147+
148+
&--wide {
149+
width: 100% !important;
150+
}
147151
}
148152

149153
.prezly-slate-table-cell {

0 commit comments

Comments
 (0)