Skip to content
Snippets Groups Projects
Commit 1879f5bd authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Fixed items placed in right sidebar of Section not receiving the correct classes

parent 01faf50f
No related branches found
No related tags found
2 merge requests!79Merge release candidate v2.7.1 to master,!77Resolve "Components placed in the right sidebar get classes of left sidebar"
......@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Preview List Date/Topic/Format pattern fields to always appear inline
- Added margins in date field of News Display pattern
- Modified Hero Frame subtitle to hold 100% of height
- Fixed items placed in right sidebar of Section not receiving the correct classes
## [2.7.0] - 09/03/2020
......
......@@ -85,7 +85,7 @@
{% set rightclasses = [
'component-row__column',
'component-row__sidebar-left',
'component-row__sidebar-right',
'col-md-6',
'col-sm-12',
'col-xs-12'
......@@ -104,7 +104,7 @@
{% if hasright and hasleft is empty and hasmain is empty %}
{% set rightclasses = [
'component-row__column',
'component-row__sidebar-left',
'component-row__sidebar-right',
'col-md-offset-6',
'col-md-6',
'col-sm-12',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment