tweaked some styles to fit listDocs better on mobile

This commit is contained in:
JJ Kasper
2018-11-24 12:33:47 -06:00
parent 111cf2ed35
commit d880906c96
2 changed files with 5 additions and 1 deletions

View File

@@ -160,6 +160,10 @@ function ListDocs({ docs, query }) {
display: block; display: block;
} }
td:nth-child(1) {
word-break: break-word;
}
th:nth-of-type(2n), th:nth-of-type(2n),
td:nth-of-type(2n) { td:nth-of-type(2n) {
text-align: right; text-align: right;

View File

@@ -98,7 +98,7 @@ export default function global(props) {
list-style: none; list-style: none;
text-align: center; text-align: center;
user-select: none; user-select: none;
margin: 0; margin: 0 -2rem;
} }
.paginate li { .paginate li {