/* Keep long portal menu labels readable instead of replacing them with an ellipsis. */
.ant-pro-sider .ant-menu-item,
.ant-pro-sider .ant-menu-submenu-title,
.ant-pro-sider-menu .ant-menu-item,
.ant-pro-sider-menu .ant-menu-submenu-title {
  height: auto !important;
  min-height: 40px;
  line-height: 1.3 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.ant-pro-sider .ant-menu-title-content,
.ant-pro-sider .ant-pro-base-menu-item-text,
.ant-pro-sider-menu .ant-menu-title-content,
.ant-pro-sider-menu .ant-pro-base-menu-item-text {
  min-width: 0;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.ant-pro-sider .ant-menu-title-content > button,
.ant-pro-sider-menu .ant-menu-title-content > button {
  line-height: 1.3 !important;
  white-space: normal !important;
}
