rbro-tat-uds 1.5.4 → 1.5.5

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/dist/index.es.js CHANGED
@@ -12114,7 +12114,7 @@ const o4 = M.svg`
12114
12114
  width: 100%;
12115
12115
  display: ${typeof o == "string" ? "flex" : "block"};
12116
12116
  align-items: ${typeof o == "string" ? "center" : "stretch"};
12117
- justify-content: ${typeof o == "string" ? "center" : "normal"};
12117
+ padding-left: ${typeof o == "string" ? "16px" : "0px"};
12118
12118
  }
12119
12119
  `}
12120
12120