Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Update tests and make styles more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Aug 16, 2017
1 parent 6992198 commit 620f8af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"summary": "Run elm-test tests in a browser.",
"repository": "https://github.com/elm-community/html-test-runner.git",
"license": "BSD-3-Clause",
Expand Down
7 changes: 5 additions & 2 deletions src/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,12 @@ app : View.Model -> Element Styles variations msg
app model =
let
wrapper nested =
el App
row App
[ padding 20 ]
(el None [ center, width (px 960) ] nested)
[ el None [ width (fill 1) ] empty
, el None [ width (px 960) ] nested
, el None [ width (fill 1) ] empty
]
in
wrapper <|
case model of
Expand Down
2 changes: 1 addition & 1 deletion tests/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 6.0.0",
"mdgriffith/style-elements": "3.2.3 <= v < 4.0.0"
"mdgriffith/style-elements": "3.3.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}

0 comments on commit 620f8af

Please sign in to comment.