mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
CSS
This commit is contained in:
@@ -4,7 +4,8 @@ import keycodes from '../utility/keycodes';
|
||||
|
||||
const StyledInput = styled.input`
|
||||
flex: 1;
|
||||
min-width: 90px;
|
||||
min-width: 10px;
|
||||
width: 10px;
|
||||
`;
|
||||
|
||||
export default function SearchInput({ placeholder, filter, setFilter, inputRef = undefined }) {
|
||||
|
||||
Reference in New Issue
Block a user