ASPxCardView - Captions and items are aligned incorrectly when the font size is increased
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v17.2.3Download Official Update
- v17.1.8Download Official Update
- v16.2.11Download Official Update
Hello,
We need additional time to fix the issue in our components. So, we recommend you apply the following style to ASPxDataView as a workaround:
.cardView .dxflFormLayout .dxflCaptionCellSys.dxflVATSys { line-height: normal; }
<dx:ASPxCardView runat="server" A... CssClass="cardView"> ... </dx:ASPxCardView>
Attached is a sample project.