multi select parent listbox horizontal alignment css

Solutions on MaxInterview for multi select parent listbox horizontal alignment css by the best coders in the world

showing results for - "multi select parent listbox horizontal alignment css"
Elías
08 Jan 2019
1<style>
2
3.ListData.ListBox.cbFormMultiSelect {
4    width: 500px!important;
5    min-width: 13px!important;
6    height: 33px!important;
7}
8div {
9
10overflow: auto!important;
11    overflow-y: auto!important;
12    display: inline-flex;
13
14}
15</style>