moved margin from button to inputfield to handle case in with only search field is displayed

This commit is contained in:
Florian Scholdei
2019-04-19 13:20:08 +02:00
parent 8aa8af4644
commit 9ba4b05ef7

View File

@@ -20,8 +20,7 @@ type State = {
const styles = {
inputField: {
float: "right",
marginTop: "1.25rem",
marginRight: "1.25rem"
marginTop: "1.25rem"
},
inputHeight: {
height: "2.5rem"