RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@eturnity/eturnity_reusable_components
Versions diffs
8.7.2-EPDM-10609.14 → 8.7.2-EPDM-10609.15
@eturnity/eturnity_reusable_components 8.7.2-EPDM-10609.14 → 8.7.2-EPDM-10609.15
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/tableDropdown/index.vue
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@eturnity/eturnity_reusable_components",
3
-
"version": "8.7.2-EPDM-10609.
14
",
3
+
"version": "8.7.2-EPDM-10609.
15
",
4
4
"files": [
5
5
"dist",
6
6
"src"
package/src/components/tableDropdown/index.vue
CHANGED
Viewed
@@ -394,7 +394,7 @@
394
394
margin-left: ${(props) => (props.hasMessage ? '10px' : '0')};
395
395
display: flex;
396
396
align-items: center;
397
-
justify-content: flex-
end
;
397
+
justify-content: flex-
start
;
398
398
399
399
.inputField input {
400
400
border-radius: 4px 0 0 4px;