Skip to content

v1.25.1

Choose a tag to compare

@prangishviliAbe prangishviliAbe released this 23 Jun 04:30
· 1 commit to main since this release

Fixed

  • Card hover border overflowing past the card edge: .loopmosaic-item had no box-sizing set, so it defaulted to the browser's content-box. Setting a border on the widget's Card Border Hover tab added that border width on top of the card's existing size instead of absorbing it, growing the box slightly on hover and pushing it past its grid cell - most visible at the bottom edge. Added box-sizing: border-box so any hover border now draws inside the card's existing footprint and can never exceed it.