Skip to content

Commit eef40f6

Browse files
author
Caio Tarifa
committed
fixing scope status widget (#14) and releasing v0.2.1
1 parent 7315147 commit eef40f6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Diff for: app/assets/stylesheets/formadmin/layouts/_main.scss

+12-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,19 @@
2424
z-index: 1;
2525

2626
.panel_contents {
27-
padding: 0;
27+
padding: 15px;
2828

29-
> div {
30-
padding: 15px;
29+
> form {
30+
margin: -15px;
31+
}
32+
33+
h4 {
34+
margin: 0;
35+
}
36+
37+
ul {
38+
margin: 0;
39+
padding-left: 20px;
3140
}
3241
}
3342
}

Diff for: lib/formadmin/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Formadmin
2-
VERSION = '0.2.0'
2+
VERSION = '0.2.1'
33
end

0 commit comments

Comments
 (0)