fix: Fixes alignment of widget unread view close button (#3806)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Nithin David Thomas
2022-01-19 12:43:04 +05:30
committed by GitHub
parent 241e7d0c29
commit 1b36143d27

View File

@@ -135,9 +135,5 @@ export default {
color: $color-body;
}
}
.close-unread-wrap {
text-align: left;
}
}
</style>