发布

  • [OPIK-3321] [FE] Fix image rendering in experiment comparison for small/medium row heights (#4320)

    frostbyte_neo 发布于 2025-12-02 21:19:50 +00:00

    Images were always rendered in experiment comparison tables even when row height
    was set to small or medium. This was because MediaCell used overrideRowHeight
    (set to ROW_HEIGHT.large for split cells) to determine whether to show images.

    Now MediaCell only uses the user's selected row height setting to determine
    whether to display images or links, while overrideRowHeight is still used
    by CellWrapper for layout purposes.

    下载附件