edit-dashboard-button {
  display: block;

  .config-line {
    display: flex;
    align-items: center;
    min-height: 34px;

    > :first-child {
      width: 120px;
    }

    > :nth-child(2):last-child {
      flex: 1;
    }
  }
}
