mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(explore): Styling issue in Search Metrics input field (#31473)
This commit is contained in:
committed by
GitHub
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;
|
||||
|
||||
Reference in New Issue
Block a user