Skip to content

Commit

Permalink
Fix in Grids
Browse files Browse the repository at this point in the history
  • Loading branch information
perichus committed Mar 30, 2016
1 parent a87db03 commit 4bd754c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wire.css",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "http://wirecss.com",
"authors": [
"Pedro Garcia <pedro@pedrogarcia.me> (http://pedrogarcia.me)"
Expand Down
2 changes: 1 addition & 1 deletion dist/_wire.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* wire.css
* @version 1.2.1
* @version 1.2.2
* @homepage http://wirecss.com
* @author Pedro Garcia <pedro@pedrogarcia.me> (http://pedrogarcia.me)
* @license Licensed under MIT
Expand Down
15 changes: 10 additions & 5 deletions dist/wire.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ input[type="button"][disabled],
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
flex-wrap: wrap;
width: 100%; }

[data-grid~="row"],
.grid--row {
Expand Down Expand Up @@ -1328,7 +1329,8 @@ input[type="button"][disabled],
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
flex-wrap: wrap;
width: 100%; }

.h1,
.h2,
Expand Down Expand Up @@ -1400,7 +1402,8 @@ a {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
flex-wrap: wrap;
width: 100%; }
.form[data-form~="horizontal"] .field {
padding-right: 2%; }
.form[data-form~="horizontal"] .field:last-child {
Expand All @@ -1414,7 +1417,8 @@ a {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
flex-wrap: wrap;
width: 100%; }
.form .row .field {
padding-left: 2%;
padding-right: 2%; }
Expand Down Expand Up @@ -1484,7 +1488,8 @@ dl.list--horizontal {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
flex-wrap: wrap;
width: 100%; }
dl.list--horizontal dt {
padding-right: 1em;
text-align: left;
Expand Down
Loading

0 comments on commit 4bd754c

Please sign in to comment.