UX: Solved filter alignment adjustment (#67)

This commit is contained in:
Kris 2021-11-05 12:06:59 -04:00 committed by GitHub
parent ccbf73d3e9
commit 6e13e4de0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -255,3 +255,13 @@
}
}
}
.docs-solved {
padding: 0;
input {
width: auto;
}
.docs-item {
width: 100%;
}
}

View File

@ -59,4 +59,10 @@
margin: 1em 0 0 0;
width: 100%;
}
.docs-solved {
.docs-item {
padding: 0.25em 0;
}
}
}