fix(explore): Styling issue in Search Metrics input field (#31473)

This commit is contained in:
Kamil Gabryjelski 2024-12-16 18:28:38 +01:00 committed by GitHub
parent 48510d2ffb
commit 8be69aa647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;