.saved-search-params {
  flex: 1;

  :global {
    .params-item {
      max-width: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .tag {
      margin: 2px;
      cursor: pointer;
    }

    .content {
      display: flex;
      align-items: center;
    }

    .anticon {
      margin-left: 5px;
    }
  }
}
