File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,16 @@ const DropdownWrapper = styled.ul`
4848 & button,
4949 & button span,
5050 & a {
51- color: ${ prop ( 'primaryTextColor' ) } ;
52- width: 100%;
51+ padding: ${ remSize ( 8 ) } ${ remSize ( 16 ) } ;
52+ }
53+
54+ * {
5355 text-align: left;
5456 justify-content: left;
55- padding: ${ remSize ( 8 ) } ${ remSize ( 16 ) } ;
57+
58+ color: ${ prop ( 'primaryTextColor' ) } ;
59+ width: 100%;
60+ justify-content: flex-start;
5661 }
5762
5863 & button span { padding: 0px }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class App extends React.Component {
3434 render ( ) {
3535 return (
3636 < div className = "app" >
37- { false && this . state . isMounted && ! window . devToolsExtension && getConfig ( 'NODE_ENV' ) === 'development' && < DevTools /> }
37+ { this . state . isMounted && ! window . devToolsExtension && getConfig ( 'NODE_ENV' ) === 'development' && < DevTools /> }
3838 { this . props . children }
3939 </ div >
4040 ) ;
You can’t perform that action at this time.
0 commit comments