Skip to content

Commit

Permalink
fixing scope status widget (#14) and releasing v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Tarifa committed Oct 24, 2017
1 parent 7315147 commit eef40f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions app/assets/stylesheets/formadmin/layouts/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@
z-index: 1;

.panel_contents {
padding: 0;
padding: 15px;

> div {
padding: 15px;
> form {
margin: -15px;
}

h4 {
margin: 0;
}

ul {
margin: 0;
padding-left: 20px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/formadmin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Formadmin
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit eef40f6

Please sign in to comment.