mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 16:43:59 +00:00
CSS
This commit is contained in:
@@ -13,6 +13,7 @@ const SearchBoxWrapper = styled.div`
|
|||||||
|
|
||||||
const Header = styled.div`
|
const Header = styled.div`
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const LinkContainer = styled.div`
|
const LinkContainer = styled.div`
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ import keycodes from '../utility/keycodes';
|
|||||||
|
|
||||||
const StyledInput = styled.input`
|
const StyledInput = styled.input`
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 90px;
|
min-width: 10px;
|
||||||
|
width: 10px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default function SearchInput({ placeholder, filter, setFilter, inputRef = undefined }) {
|
export default function SearchInput({ placeholder, filter, setFilter, inputRef = undefined }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user