mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
e4e9868fb7
commit
c0f0150f08
2 changed files with 5 additions and 1 deletions
|
@ -378,6 +378,10 @@ dashboard-viewport-provider {
|
|||
z-index: 1; /* 1. */
|
||||
padding: 0 8px 8px 8px;
|
||||
}
|
||||
|
||||
.panel-content--fullWidth {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -67,7 +67,7 @@ export class VisualizeEmbeddableFactory extends EmbeddableFactory {
|
|||
uiState: uiState,
|
||||
// Append visualization to container instead of replacing its content
|
||||
append: true,
|
||||
cssClass: `panel-content`,
|
||||
cssClass: `panel-content panel-content--fullWidth`,
|
||||
// The chrome is permanently hidden in "embed mode" in which case we don't want to show the spy pane, since
|
||||
// we deem that situation to be more public facing and want to hide more detailed information.
|
||||
showSpyPanel: !chrome.getIsChromePermanentlyHidden(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue