Skip to content

Commit 9668229

Browse files
committed
[2.5.6] Removed marginTop for buttons container
1 parent bbaf885 commit 9668229

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.6
2+
3+
### Removed
4+
5+
- `marginTop` for buttons container
6+
17
## 2.5.5
28

39
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7979

8080
## Changelog
8181

82+
- [2.5.6](/CHANGELOG.md#256)
8283
- [2.5.5](/CHANGELOG.md#255)
8384
- [2.5.4](/CHANGELOG.md#254)
8485
- [2.5.3](/CHANGELOG.md#253)

VueForm/components/Form/styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const styles = {
55
flexWrap: 'no-wrap',
66
justifyContent: 'flex-start',
77
alignItems: 'flex-start',
8-
marginTop: '44px',
98
},
109
buttons_center: {
1110
justifyContent: 'center',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@detools/vue-form",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "Form State Management for VueJS",
55
"main": "VueForm/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)