vendor/assets/stylesheets/_reset.scss in active_frontend-12.0.3 vs vendor/assets/stylesheets/_reset.scss in active_frontend-12.1.0
- old
+ new
@@ -91,9 +91,10 @@
height: 100%;
@include overflow-scrolling(touch);
@include tap-highlight-color($color-transparent);
text-rendering: optimizeLegibility;
@include text-size-adjust(100%);
+ width: 100%;
}
::-moz-selection {
background: $color-primary;
color: $color-white;
}
\ No newline at end of file