pub fn apply_table_style_fixes(style: &mut Style)
Expand description
This applies some fixes so that the column resize bar is correctly displayed.
TODO(lucasmerlin): this might affect widgets within the table, and should probably be reverted
within the cell. Also should be properly fixed via egui_table
.