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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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