diff --git a/src/app/pages/dashboard/widgets/system/common/widget-sys-info.scss b/src/app/pages/dashboard/widgets/system/common/widget-sys-info.scss index bc5bfe5cdaf..3f6f9d8422d 100644 --- a/src/app/pages/dashboard/widgets/system/common/widget-sys-info.scss +++ b/src/app/pages/dashboard/widgets/system/common/widget-sys-info.scss @@ -5,6 +5,12 @@ display: flex; flex-direction: column; height: 100%; + + button { + height: inherit; + min-height: var(--mdc-text-button-container-height); + white-space: normal; + } } :host ::ng-deep {