mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Search: update item padding (#32701)
This commit is contained in:
parent
3f97b9972b
commit
f1bc4078c8
@ -78,8 +78,11 @@ export const SearchItem: FC<Props> = ({ item, editable, onToggleChecked, onTagSe
|
||||
const getStyles = (theme: GrafanaTheme) => {
|
||||
return {
|
||||
container: css`
|
||||
padding: ${theme.spacing.sm} ${theme.spacing.md};
|
||||
margin-bottom: ${SEARCH_ITEM_MARGIN}px;
|
||||
|
||||
a {
|
||||
padding: ${theme.spacing.sm} ${theme.spacing.md};
|
||||
}
|
||||
`,
|
||||
metaContainer: css`
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user