so-web-components 0.1.7 → 0.1.8

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.
@@ -103,7 +103,6 @@ export class SoBreadcrumb extends HTMLElement {
103
103
  }
104
104
 
105
105
  .so-breadcrumb-container{
106
- width: 100%;
107
106
  padding: var(--so-breadcrumb-padding, 24px);
108
107
  }
109
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "so-web-components",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/edigonzales/so-web-components.git"