This commit is contained in:
Jan Prochazka 2020-05-10 22:13:59 +02:00
parent 9c364d86ff
commit 22ce9b382c
2 changed files with 5 additions and 4 deletions

View File

@ -41,10 +41,10 @@ export const ManagerInnerContainer = styled.div`
overflow-x: auto;
`;
export const Input = styled.input`
flex: 1;
min-width: 90px;
`;
// export const Input = styled.input`
// flex: 1;
// min-width: 90px;
// `;
export const WidgetTitle = styled.div`
padding: 5px;

View File

@ -10,6 +10,7 @@ const Container = styled.div`
align-items: center;
background: #ddeeee;
height: ${theme.toolBar.height}px;
min-height: ${theme.toolBar.height}px;
overflow: hidden;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;