- Issue created by @sashken2
- 🇨🇿Czech Republic jaroslav červený
Thak you for feedback.
I'm going to fix it - Assigned to jaroslav červený
- Status changed to Needs work
almost 2 years ago 2:22pm 24 January 2023 - 🇨🇿Czech Republic jaroslav červený
Here is patch for this problem.
I changed define breakpoints variables to REM unit:
// BREAKPOINTS
$screen-xs-min: 30rem;
$screen-sm-min: 48rem;
$screen-md-min: 64rem;
$screen-lg-min: 82rem;$screen-xs-max: ($screen-sm-min - 0.1rem);
$screen-sm-max: ($screen-md-min - 0.1rem);
$screen-md-max: ($screen-lg-min - 0.1rem); - Status changed to RTBC
almost 2 years ago 10:32am 26 January 2023 -
Jaroslav Červený →
committed 0b3e81f9 on 2.0.x
Issue #3335542 by Jaroslav Červený: Styles broken if screen width from...
-
Jaroslav Červený →
committed 0b3e81f9 on 2.0.x
- Status changed to Fixed
almost 2 years ago 1:51pm 30 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.