I suggest you could try to use: vertical-align: middle;
You could refer to the link: https://stackoverflow.com/a/46148853/11872808
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am using windows 10 and VS2019.
I am loading HTML file in CDHTMLDialog.
The HTML file has select and label tags.
In IE9 and Microsoft Edge, the label text is center aligned to select/option tag.
In CDHtmlDialog, the label text is bottom aligned to select/option tag.
In CDHtmlDialog I want the alignment as in browser. Please help me.
I suggest you could try to use: vertical-align: middle;
You could refer to the link: https://stackoverflow.com/a/46148853/11872808