mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
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:
@@ -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%;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user