Skip to content

Commit

Permalink
fix break rule
Browse files Browse the repository at this point in the history
  • Loading branch information
richshaw2015 committed Apr 17, 2021
1 parent 80b0850 commit e1ee611
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"appId": "org.dinorss",
"productName": "Dinosaur Rss",
"artifactName": "${productName}.${version}.${ext}",
"artifactName": "${productName}.${version}.${arch}.${ext}",
"files": [
"!public/*.map",
"!public/podplayer/**/report.html",
Expand Down
2 changes: 1 addition & 1 deletion src/components/global/Notice.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
text-align: center;
margin-top: 1.8rem;
font-size: 1.2rem;
word-break: break-all;
word-break: break-word;
}
</style>

Expand Down
2 changes: 1 addition & 1 deletion src/components/leftNav/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
#omr-modal-upgrade ul li {
list-style: disc;
margin-left: 2rem;
word-break: break-all;
word-break: break-word;
}
#omr-modal-upgrade .modal-footer a {
color: unset;
Expand Down
2 changes: 1 addition & 1 deletion src/components/rightPost/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
font-size: 1.8rem;
margin-top: 16px;
margin-bottom: 16px;
word-break: break-all;
word-break: break-word;
}
#omr-modal-font-size {
padding: 12px;
Expand Down

0 comments on commit e1ee611

Please sign in to comment.