@salesforcedevs/dx-components 1.3.52 → 1.3.53

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -138,6 +138,11 @@ dx-button {
138
138
  color: white;
139
139
  }
140
140
 
141
+ .bullet-list .bullet {
142
+ padding-left: 1.39571429em;
143
+ text-indent: -1.39571429em;
144
+ }
145
+
141
146
  @media screen and (max-width: 768px) {
142
147
  .container {
143
148
  max-width: 550px;