Skip to content

Commit

Permalink
Fix #433 - Add view to route exclusions
Browse files Browse the repository at this point in the history
- add error styling
  • Loading branch information
jack7anderson7 committed Apr 3, 2024
1 parent ce842e0 commit 70d4146
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
'Administration' => [
'UpgradeWizard_prepare',
'UpgradeWizard_commit'
],
'Users' => [
'ChangePassword'
]
];

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.view-module-Users.view-action-ChangePassword {
p.error {
position: absolute;
width: 100%;
float:left;
}
}

0 comments on commit 70d4146

Please sign in to comment.