diff --git a/CHANGELOG.md b/CHANGELOG.md index e42f234e..7cf4c0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Unreleased +- 3.2.3 version hotfix: #269 Layout issue for Profiles Advanced View. + ## 3.2.2 * Adds Medium, Medium Alt, and Rhett support to default icons. diff --git a/css-dev/burf-theme/profiles/_profile-format-advanced.scss b/css-dev/burf-theme/profiles/_profile-format-advanced.scss index 41f38956..d73e230e 100644 --- a/css-dev/burf-theme/profiles/_profile-format-advanced.scss +++ b/css-dev/burf-theme/profiles/_profile-format-advanced.scss @@ -56,11 +56,7 @@ $_profile-adv-cols-md: $grid-number-columns / $profiles-advanced-cols-md; @extend %col-xs-#{$_profile-adv-cols-xs}; @extend %col-md-#{$_profile-adv-cols-md}; - @include breakpoint( $md ) { - &:nth-child( #{$profiles-advanced-cols-md}n+1 ) { - clear: left; - } - } + &:nth-child( #{$profiles-advanced-cols-xs}n+1 ) { clear: left; @@ -69,6 +65,12 @@ $_profile-adv-cols-md: $grid-number-columns / $profiles-advanced-cols-md; clear: none; } } + + @include breakpoint( $md ) { + &:nth-child( #{$profiles-advanced-cols-md}n+1 ) { + clear: left; + } + } } /// Styles an advanced profile item link.