jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
13.81k stars 3.12k forks source link

The "Modified" header moves sort caret icon to next line if sidebar is narrow #16239

Open krassowski opened 2 weeks ago

krassowski commented 2 weeks ago

Description

image

Reproduce

  1. Sort by modified
  2. Resize the sidebar in 4.2.0b3

Expected behavior

image

Context

krassowski commented 2 weeks ago

issue

With https://github.com/jupyterlab/jupyterlab/pull/16207:

v2

There are two options:

CC @JasonWeill

krassowski commented 2 weeks ago

This also looks bad when there is an extra column.

image

I think we need a more generic logic on minimum width of each column and to allow each column to change size separately.