fix: More tweaks needed after adding Doctype tag (#10504)

* fixing last-of-type specificity

* Simplifying/consolidating styles

* fixing filterbox in explore

* linting

* adding some px to font sizes

* fixing in-dash overflow

* removing px for one special fontsize case

* simplifying, addressing comments
This commit is contained in:
Evan Rusackas
2020-08-13 11:50:14 -07:00
committed by GitHub
parent c0ebd7f434
commit a3fd2b420e
7 changed files with 38 additions and 54 deletions

View File

@@ -56,7 +56,7 @@ const Styles = styled.div`
flex-direction: column;
align-items: stretch;
align-content: stretch;
div:last-of-type {
& > div:last-of-type {
flex-basis: 100%;
}
`;