Skip to content

Commit

Permalink
Fix issue image display is incorrect in left or right mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 31, 2024
1 parent 65bef8b commit b0b333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vendor/astroid/scss/joomla/_com_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
bottom: 0;
}
@each $breakpoint, $width in $grid-breakpoints {
@include media-breakpoint-up($breakpoint, $grid-breakpoints) {
@include media-breakpoint-between($breakpoint, breakpoint-next($breakpoint), $grid-breakpoints) {
@if ($breakpoint == 'xs') {
&:not(.col-12) {
> * {
Expand Down

0 comments on commit b0b333c

Please sign in to comment.