tweaked some styles to fit listDocs better on mobile
This commit is contained in:
@@ -160,6 +160,10 @@ function ListDocs({ docs, query }) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
td:nth-child(1) {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
th:nth-of-type(2n),
|
||||
td:nth-of-type(2n) {
|
||||
text-align: right;
|
||||
|
||||
@@ -98,7 +98,7 @@ export default function global(props) {
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
margin: 0;
|
||||
margin: 0 -2rem;
|
||||
}
|
||||
|
||||
.paginate li {
|
||||
|
||||
Reference in New Issue
Block a user