mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
removing margin from chart-wrapper div element
This commit is contained in:
parent
60e96f272e
commit
51527f9988
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
.display(flex);
|
.display(flex);
|
||||||
.flex(1 0 20px);
|
.flex(1 0 20px);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
margin: 0 5px 0 0;
|
margin: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue