🐛 Fixed abnormal toast margin on mobile devices
This commit is contained in:
parent
5b9aeb70d9
commit
d018ebda7e
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ input[type="radio"]:checked + label + .tab {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.toasted {
|
||||
.toasted:last-child {
|
||||
margin-bottom: 68px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue