mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix styling
This commit is contained in:
parent
3ac2293283
commit
ed496bf282
2 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,8 @@ $panelWidthXL: 900px;
|
|||
border: 1px solid $euiBorderColor;
|
||||
padding: 6px;
|
||||
margin: 3px 12px 12px 0;
|
||||
min-height: 120px;
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.dataVisualizerTextContent {
|
||||
|
|
|
@ -35,7 +35,7 @@ function getFormattedValue(value: number, totalCount: number): string {
|
|||
return `${value} (${getPercentLabel(percentage)})`;
|
||||
}
|
||||
|
||||
const BOOLEAN_DISTRIBUTION_CHART_HEIGHT = 100;
|
||||
const BOOLEAN_DISTRIBUTION_CHART_HEIGHT = 70;
|
||||
|
||||
export const BooleanContent: FC<FieldDataRowProps> = ({ config }) => {
|
||||
const fieldFormat = 'fieldFormat' in config ? config.fieldFormat : undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue