Steps to reproduce:
- Set the control theme to Office365Dark.
- Use the following configuration:
ASPx<Settings LayoutMode="Flow" />
<Styles>
<FlowCard Paddings-Padding="10px" />
</Styles>
<SettingsBehavior AllowFocusedCard="true" EnableCardHotTrack="true" />
- Hover over cards in the second row.
Expected results:
Cards don't shift on hover.
Current results:
Cards shift downward on hover.
Additional information:
Other themes don't reproduce the issue.