Merge branch 'master' into rich-flairs

This commit is contained in:
robrobinbin
2021-01-13 08:27:39 +01:00
committed by GitHub
8 changed files with 47 additions and 27 deletions

View File

@ -223,7 +223,7 @@ aside {
/* Sorting and Search */
.search_label {
max-width: 100px;
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -789,6 +789,7 @@ input[type="submit"] {
margin-top: 10px;
border-radius: 5px;
box-shadow: var(--shadow);
overflow: auto;
}
.md table {