@worca/ui 0.1.1-rc.1 → 0.1.1-rc.2

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/app/styles.css CHANGED
@@ -1735,10 +1735,20 @@ sl-details.log-history-panel::part(content) {
1735
1735
  }
1736
1736
 
1737
1737
  .pricing-table sl-input {
1738
- min-width: 90px;
1739
- max-width: 130px;
1738
+ min-width: 72px;
1739
+ max-width: 104px;
1740
+ display: inline-block;
1741
+ }
1742
+
1743
+ sl-input.pricing-input::part(input) {
1744
+ text-align: right;
1745
+ }
1746
+
1747
+ .pricing-table--auto {
1748
+ width: auto;
1740
1749
  }
1741
1750
 
1751
+
1742
1752
  .pricing-info {
1743
1753
  display: flex;
1744
1754
  gap: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worca/ui",
3
- "version": "0.1.1-rc.1",
3
+ "version": "0.1.1-rc.2",
4
4
  "description": "Pipeline monitoring UI for worca-cc",
5
5
  "license": "MIT",
6
6
  "author": "Sinisha Djukic",