🐛 Fixed abnormal toast margin on mobile devices

This commit is contained in:
Liyas Thomas
2019-12-08 16:10:26 +05:30
parent 5b9aeb70d9
commit d018ebda7e

View File

@@ -879,7 +879,7 @@ input[type="radio"]:checked + label + .tab {
margin-left: 0;
}
.toasted {
.toasted:last-child {
margin-bottom: 68px;
}
}