fix linewrap

This commit is contained in:
2021-10-06 13:09:47 +02:00
parent 68e6eee45b
commit a464042482
2 changed files with 25 additions and 21 deletions
+23 -18
View File
@@ -1,5 +1,11 @@
@import '../../../variables.scss';
.mat-icon {
top: 3px;
position: relative;
margin-right: 3px;
}
a.title {
white-space: break-spaces;
}
@@ -18,27 +24,26 @@ span.urlbase {
}
}
small a {
color: inherit !important;
text-decoration: none;
}
small {
small a:hover {
color: inherit !important;
text-decoration: underline;
white-space: break-spaces;
a {
color: inherit !important;
text-decoration: none;
}
a:hover {
color: inherit !important;
text-decoration: underline;
}
.mat-icon {
top: 2px;
margin-right: 0px;
}
}
span.voted {
opacity: 0.5;
}
.mat-icon {
top: 3px;
position: relative;
margin-right: 3px;
}
small .mat-icon {
top: 2px;
margin-right: 0px;
}