forked from OpenNeo/impress
Oops, fix settings page styles when validation fails
Ahh right, when I fixed this for Turbo, I forgot this page can also render in the `update` action when it fails!
This commit is contained in:
parent
54a052848a
commit
b5e203c0e5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
@import "../../partials/clean/constants"
|
||||
|
||||
body.devise-registrations-edit
|
||||
body.devise-registrations-edit, body.devise-registrations-update
|
||||
.settings-form
|
||||
border: 1px solid $module-border-color
|
||||
background: $module-bg-color
|
||||
|
|
Loading…
Reference in a new issue