Skip to content

Commit

Permalink
TYPOOOOOOO grrrrr 🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Sep 21, 2023
1 parent 85e5254 commit 6039f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/SlidesWidthFix/SlidesWidthFix.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SlidesWidthFix = ({ width }) => {
{`
#page-add .block.slider .slick-slider,
#page-edit .block.slider .slick-slider {
width: calc(${width}px - var(slider-block-edit-width-adjustment, 0px)) !important;
width: calc(${width}px - var(--slider-block-edit-width-adjustment, 0px)) !important;
max-width: 1440px !important;
}`}
</style>
Expand Down

0 comments on commit 6039f19

Please sign in to comment.