.dashboards-buttons-portlet-modal .modal-dialog {
  max-width: 100%;
}
.dashboards-buttons-portlet-modal .modal-header {
  justify-content: start;
}
.dashboards-buttons-portlet-modal .modal-footer {
  justify-content: end;
}
.dashboards-buttons-portlet-modal .modal-footer button + button {
  margin: 0 0 0 0.5rem;
}

.dashboards-buttons-portlet .portlet-title-text {
  display: none;
}