fix: community profile link

This commit is contained in:
Jean-Baptiste Pasquier
2021-04-26 18:12:44 +02:00
parent d9e52e9968
commit f6bf963ca6
4 changed files with 14 additions and 3 deletions

View File

@ -92,3 +92,14 @@ hubl-menu-empty+hubl-menu-empty {
.two-lines-ellipsis {
display: -webkit-box !important;
}
.link-hover {
text-decoration: underline;
&:before {
text-decoration: none;
}
&:hover {
text-decoration: none;
}
}