fix(xo-web/select): wrapping text if label is too long (#5580)

See https://xcp-ng.org/forum/topic/4072/create-vm-network-names-too-large
This commit is contained in:
Mathieu 2021-02-18 16:51:52 +01:00 committed by GitHub
parent a3960bb7c5
commit 8455d4a49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
- [VM migration] Intra-pool: don't automatically select migration network if no default migration network is defined on the pool (PR [#5564](https://github.com/vatesfr/xen-orchestra/pull/5564))
- [New SR] Fix `lun.LUNid.trim is not a function` error [#5497](https://github.com/vatesfr/xen-orchestra/issues/5497) (PR [#5581](https://github.com/vatesfr/xen-orchestra/pull/5581))
- [Home/vm] Bulk intra pool migration: fix VM VDIs on a shared SR wrongly migrated to the default SR (PR [#3987](https://github.com/vatesfr/xen-orchestra/pull/3987))
- [Select] Display the option on multiple lines if needed (PR [#5580](https://github.com/vatesfr/xen-orchestra/pull/5580))
### Packages to release

View File

@ -10,6 +10,7 @@ const SELECT_STYLE = {
}
const MENU_STYLE = {
overflow: 'hidden',
whiteSpace: 'normal',
}
@uncontrollableInput()