Skip to content

Commit cc7c13c

Browse files
author
Mattia Roccoberton
committed
Fix devise forms style
1 parent afd5cd7 commit cc7c13c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

app/assets/stylesheets/activeadmin_blaze_theme/theme.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ body.active_admin {
662662
display: flex;
663663
padding: 0;
664664
}
665+
&.logged_out #active_admin_content { // devise forms
666+
display: block;
667+
}
665668

666669
// dialogs
667670
.ui-dialog > .ui-dialog-buttonpane button.ui-button {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminBlazeTheme
2-
VERSION = '0.4.0'
2+
VERSION = '0.4.2'
33
end

0 commit comments

Comments
 (0)