We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef4085 commit 28650baCopy full SHA for 28650ba
2 files changed
app/assets/stylesheets/activeadmin_blaze_theme/theme.scss
@@ -616,11 +616,12 @@ body.active_admin {
616
617
// footer
618
#footer {
619
- bottom: 0;
620
- position: absolute;
+ // bottom: 0;
+ // position: absolute;
621
text-align: center;
622
width: 100%;
623
> p {
624
+ margin: 0;
625
padding: 0;
626
}
627
@@ -696,4 +697,8 @@ body.active_admin {
696
697
overflow: scroll;
698
699
700
+
701
+ #active_admin_content.without_sidebar #main_content_wrapper #main_content {
702
+ padding: 20px 15px;
703
+ }
704
lib/activeadmin_blaze_theme/version.rb
@@ -1,3 +1,3 @@
1
module ActiveAdminBlazeTheme
2
- VERSION = '0.2.6'
+ VERSION = '0.2.8'
3
end
0 commit comments