You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The culprit is assets/scss/shortcodes/cards-pane.scss. The file hard-codes a max-width, which works on a desktop-like layout, but not on mobile. I think the correct fix is to change the linked lines to
It looks correct on most things, but I haven't tried this with all possible card-pane configs so I'm not entirely sure. Please let me know if I should open a PR.
The text was updated successfully, but these errors were encountered:
The problem in a nutshell:
The culprit is assets/scss/shortcodes/cards-pane.scss. The file hard-codes a
max-width
, which works on a desktop-like layout, but not on mobile. I think the correct fix is to change the linked lines toIt looks correct on most things, but I haven't tried this with all possible card-pane configs so I'm not entirely sure. Please let me know if I should open a PR.
The text was updated successfully, but these errors were encountered: