@total_onion/onion-library 2.0.26 → 2.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,10 +142,8 @@
142
142
 
143
143
  @include box-shadow-v3.boxShadow();
144
144
  }
145
+ &__content-box,
145
146
  &__content-container {
146
- width: 100%;
147
- }
148
- &__content-box {
149
147
  max-width: var(--wysiwyg-max-width-mobile);
150
148
  margin-inline: auto;
151
149
  display: grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {