Skip to content

Commit

Permalink
minor changes styling (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchelKerckhaert authored and Sarfaraaz committed Jan 4, 2018
1 parent abbedc0 commit a9ff69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@
}

.material .selectize-input .item {
padding: 7px 0px;
padding-top: 7px;
margin-bottom: 0px;
max-width: 95%;
width: 95%;
overflow: hidden;
Expand Down
3 changes: 2 additions & 1 deletion js/ractive-legalform.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
}

if ($(this.el).hasClass('material')) {
$(this.el).toMaterial();
$('.wizard').toMaterial();
$('.wizard').bootstrapMaterialDesign();
}

this.updateExpressions(newValue, oldValue, keypath);
Expand Down

0 comments on commit a9ff69a

Please sign in to comment.