Make 100% width search bar (#8710)

* Make 100% width search bar

* Use flex: auto instead of flex: 1
This commit is contained in:
jaqra
2019-10-29 03:19:18 +03:00
committed by Lunny Xiao
parent d6f6f9db3f
commit c4bc5abda3
2 changed files with 7 additions and 0 deletions

View File

@@ -1936,6 +1936,12 @@
display: block;
}
}
.ui.fluid.action.input {
.ui.search.action.input {
flex: auto;
}
}
}
// End of .repository