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:
parent
a3960bb7c5
commit
8455d4a49f
@ -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
|
||||
|
||||
|
@ -10,6 +10,7 @@ const SELECT_STYLE = {
|
||||
}
|
||||
const MENU_STYLE = {
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'normal',
|
||||
}
|
||||
|
||||
@uncontrollableInput()
|
||||
|
Loading…
Reference in New Issue
Block a user