fix linewrap
This commit is contained in:
parent
68e6eee45b
commit
a464042482
@ -17,7 +17,7 @@
|
|||||||
"assetGroups": [
|
"assetGroups": [
|
||||||
{
|
{
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"installMode": "prefetch",
|
"installMode": "lazy",
|
||||||
"resources": {
|
"resources": {
|
||||||
"files": [
|
"files": [
|
||||||
"/favicon.ico",
|
"/favicon.ico",
|
||||||
@ -30,8 +30,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "assets",
|
"name": "assets",
|
||||||
"installMode": "lazy",
|
"installMode": "prefetch",
|
||||||
"updateMode": "prefetch",
|
|
||||||
"resources": {
|
"resources": {
|
||||||
"files": [
|
"files": [
|
||||||
"/assets/**",
|
"/assets/**",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
@import '../../../variables.scss';
|
@import '../../../variables.scss';
|
||||||
|
|
||||||
|
.mat-icon {
|
||||||
|
top: 3px;
|
||||||
|
position: relative;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
a.title {
|
a.title {
|
||||||
white-space: break-spaces;
|
white-space: break-spaces;
|
||||||
}
|
}
|
||||||
@ -18,27 +24,26 @@ span.urlbase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
small a {
|
small {
|
||||||
color: inherit !important;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
small a:hover {
|
white-space: break-spaces;
|
||||||
color: inherit !important;
|
|
||||||
text-decoration: underline;
|
a {
|
||||||
|
color: inherit !important;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: inherit !important;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-icon {
|
||||||
|
top: 2px;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.voted {
|
span.voted {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-icon {
|
|
||||||
top: 3px;
|
|
||||||
position: relative;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
small .mat-icon {
|
|
||||||
top: 2px;
|
|
||||||
margin-right: 0px;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user