@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.
package/package.json CHANGED
@@ -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"
@@ -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;