mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added space for focus-visible outline border
This commit is contained in:
parent
d04e5b94ba
commit
9b83fa3a0b
@ -164,6 +164,7 @@ export class VizRepeater<V, D = {}> extends PureComponent<Props<V, D>, State<V>>
|
||||
|
||||
const repeaterStyle: React.CSSProperties = {
|
||||
display: 'flex',
|
||||
padding: '4px',
|
||||
overflow: `${minVizWidth ? 'auto' : 'hidden'} ${minVizHeight ? 'auto' : 'hidden'}`,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user