adjust notification popover min-height
This commit is contained in:
parent
ba949ab31b
commit
9f2f9060c3
1 changed files with 1 additions and 1 deletions
|
@ -3103,7 +3103,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover--notifications {
|
.popover--notifications {
|
||||||
min-height: 100px;
|
min-height: 91px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
min-width: 350px;
|
min-width: 350px;
|
||||||
|
|
Loading…
Reference in a new issue