Skip to content

Commit

Permalink
zero out spacing on inline form slider
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelarsen committed Feb 27, 2020
1 parent 8155645 commit 78cd0d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
state="${link.isActive ? 'active' : ''}"
>
</c-nav-horizontal-item>
<c-nav-horizontal-item position="right" href="https://github.com/bindable-ui/bindable" title="v1.0.3"></c-nav-horizontal-item>
<c-nav-horizontal-item position="right" href="https://github.com/bindable-ui/bindable" title="v1.0.4"></c-nav-horizontal-item>
</c-nav-horizontal>
</l-box>
</l-sidebar>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bindable-ui/bindable",
"description": "An Aurelia component library",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/bindable-ui/bindable"
Expand Down
4 changes: 4 additions & 0 deletions src/components/forms/slider/c-form-slider/c-form-slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Licensed under the terms of the MIT license. See the LICENSE file in the project
display: flex;
}

.inline .label-wrapper{
margin-bottom: 0;
}

.inline > :first-child{
flex: 0 1 auto;
}
Expand Down

0 comments on commit 78cd0d7

Please # to comment.