Bug: Fix URL text overflow (#537)

This commit is contained in:
Nithin David Thomas 2020-02-22 15:32:15 +05:30 committed by GitHub
parent 91f8b4a650
commit 708d2688ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,11 +49,12 @@ export default {
a {
color: $color-primary;
word-break: break-all;
}
&.user {
border-bottom-right-radius: $space-smaller;
a {
color: $color-white;
}