Merge Edge with sort and resize #2

Merged
alfred merged 64 commits from edge into master 2022-07-28 01:51:14 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 049d5e332a - Show all commits

View File

@ -17,6 +17,7 @@ main{
text-align: center;
}
.content > p{
word-break: break-all;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

View File

@ -18,7 +18,7 @@
text-align: left;
border: black 1px solid;
border-collapse: collapse;
word-break: break-word;
word-break: break-all;
}
table, td {
background-color: lightgray;