revdev-components 0.180.0 → 0.181.0

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.
Files changed (2) hide show
  1. package/build/styles.css +3 -7
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -133,16 +133,12 @@ body {
133
133
  }
134
134
  .index-module_root__right__AOLlF label {
135
135
  width: 100% !important;
136
- display: block !important;
137
- }
138
- .index-module_root__right__AOLlF label::after {
139
- display: none !important;
140
- }
141
- .index-module_root__right__AOLlF label::before {
142
- display: none !important;
136
+ display: flex !important;
137
+ flex-direction: row !important;
143
138
  }
144
139
 
145
140
  .index-module_label__-pb4C {
141
+ flex: 1;
146
142
  display: flex;
147
143
  justify-content: space-between;
148
144
  align-items: flex-end;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.180.0",
3
+ "version": "0.181.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {