fix(explore): Styling issue in Search Metrics input field (#31473)
This commit is contained in:
parent
48510d2ffb
commit
8be69aa647
|
|
@ -100,6 +100,7 @@ const DatasourceContainer = styled.div`
|
|||
color: ${theme.colors.grayscale.light1};
|
||||
}
|
||||
.form-control.input-md {
|
||||
display: inline-flex;
|
||||
width: calc(100% - ${theme.gridUnit * 8}px);
|
||||
height: ${theme.gridUnit * 8}px;
|
||||
margin: ${theme.gridUnit * 2}px auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue