mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: UI changes for derived fields (#20557)
This commit is contained in:
parent
2484b24c75
commit
569c81d07e
@ -124,7 +124,6 @@ export const DataLinkInput: React.FC<DataLinkInputProps> = memo(
|
||||
'gf-form-input',
|
||||
css`
|
||||
position: relative;
|
||||
height: auto;
|
||||
`
|
||||
)}
|
||||
>
|
||||
|
@ -6,6 +6,7 @@ import { DerivedFieldConfig } from '../types';
|
||||
const getStyles = stylesFactory(() => ({
|
||||
firstRow: css`
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
`,
|
||||
nameField: css`
|
||||
flex: 2;
|
||||
@ -65,6 +66,9 @@ export const DerivedField = (props: Props) => {
|
||||
event.preventDefault();
|
||||
onDelete();
|
||||
}}
|
||||
className={css`
|
||||
margin-left: 8px;
|
||||
`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user