1. 27 Jan, 2022 1 commit
    • Romain Tartière's avatar
      Fix long label overflow in the sidebar · 56b30f0b
      Romain Tartière authored
      When they overflow, menu items in the sidebar have their text that
      continue a few pixels beyond the position it should stop to take into
      account their margin, and if the menu item contains a badge, it is not
      aligned as expected.
      
      By setting `overflow: hidden`, both problems are adressed.  For a better
      visual clue of the truncation, `text-overflow: ellipsis` is combined to
      the this.
      
      Changelog: fixed
      56b30f0b
  2. 26 Jan, 2022 9 commits
  3. 25 Jan, 2022 30 commits