Skip to content

Commit

Permalink
fix(explore): Styling issue in Search Metrics input field (#31473)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Dec 16, 2024
1 parent 48510d2 commit 8be69aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8be69aa

Please sign in to comment.