Skip to content

Commit

Permalink
Merge pull request #593 from pat270/clay-592
Browse files Browse the repository at this point in the history
Breaking: (Fixes #592) Remove references to BS4's `.form-inline` comp…
  • Loading branch information
carloslancha authored Feb 21, 2018
2 parents ab78738 + f88b826 commit 3bd1454
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/clay/src/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@
> form {
width: 100%;
}

.form-inline {
.form-control {
margin-bottom: 0;
}
}
}

.navbar-form-autofit {
Expand All @@ -145,19 +139,6 @@
display: flex;
width: 100%;
}

.form-inline {
align-items: flex-end;
flex: 1;
flex-direction: row;
width: 100%;
}

.form-control {
flex: 1;
min-width: 50px;
width: 100%;
}
}

// Navbar Overlay
Expand Down

0 comments on commit 3bd1454

Please sign in to comment.