.edit-device-modal {
  &__row {
    display: flex;
    gap: 12px;
  }

  &__col {
    flex: 1;
    min-width: 0;
  }
}
