Why ComboBox object becomes “table” when you are in Read Mode ? It looks like this.
Add this CSS properties and It looks good 🙂
display: inline -> Life Save in XPages :))
lotusFormTable is a parent form table class name. (custom class name)
table.lotusFormTable td table {
display: inline;
}
table.lotusFormTable td table tbody tr td {
display: inline;
margin: 0px;
padding: 0px;
}

