Skip to content

Commit

Permalink
Merge pull request #30 from vtex-apps/fix/skeleton
Browse files Browse the repository at this point in the history
Adjusts preview width values to keep the expected behavior on mobile …
  • Loading branch information
jeffersontuc authored Nov 21, 2019
2 parents 8e64a66 + 378ec16 commit 19a971f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Component's preview width values, in order to keep the expected behavior on mobile devices.

## [0.14.1] - 2019-11-21

### Changed
Expand Down
8 changes: 4 additions & 4 deletions store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"preview": {
"type": "box",
"height": 30,
"width": 260,
"width": 140,
"options": {
"padding": 0
}
Expand All @@ -44,7 +44,7 @@
"preview": {
"type": "box",
"height": 15,
"width": 120,
"width": 110,
"options": {
"padding": 0
}
Expand All @@ -58,7 +58,7 @@
"preview": {
"type": "box",
"height": 35,
"width": 90,
"width": 80,
"options": {
"padding": 0
}
Expand All @@ -72,7 +72,7 @@
"preview": {
"type": "box",
"height": 35,
"width": 100,
"width": 90,
"options": {
"padding": 0
}
Expand Down

0 comments on commit 19a971f

Please sign in to comment.