diff --git a/src/components/middle/MessageList.scss b/src/components/middle/MessageList.scss index 8cc20b600..684d63c9c 100644 --- a/src/components/middle/MessageList.scss +++ b/src/components/middle/MessageList.scss @@ -205,7 +205,7 @@ } } - > .empty { + .empty { width: 100%; height: 100%; display: flex; @@ -219,12 +219,7 @@ .text-entity-link { color: inherit !important; - text-decoration: underline; - - &:hover, - &:focus { - text-decoration: none; - } + text-decoration: underline !important; } }