Skip to content
Snippets Groups Projects
Commit c3943ec2 authored by Anna Voelkl's avatar Anna Voelkl
Browse files

:lipstick: Set min-height for notices-wrapper in admin area

parent 79d8e9a0
Branches
No related merge requests found
...@@ -36,6 +36,7 @@ body { ...@@ -36,6 +36,7 @@ body {
// ToDo UI: should be moved to messages // ToDo UI: should be moved to messages
.notices-wrapper { .notices-wrapper {
margin: 0 3rem; margin: 0 3rem;
min-height: 5rem;
.messages { .messages {
margin-bottom: 0; margin-bottom: 0;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment