Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Apr 25, 2018
    • Bradley Hilton's avatar
    • Kai's avatar
      280dbed1
    • brendangadd's avatar
      [FIX] Stop Firefox announcement overflowing viewport (#10503) · 26acb0e2
      brendangadd authored
      * Stop Firefox announcement overflowing viewport
      
      Fixes an issue where long announcement messages caused the right-hand
      sidebar to and associated icons to be pushed outside the viewport due
      to how non-wrapping whitespace was interacting with flex layout.
      
      As a tradeoff, this commit causes overflowing text to no longer be
      displayed with a nice ellipsis in other browsers, simply cutting it
      short instead.
      
      * Restore announcement ellipsis overflow
      
      Announcment text is now wrapped in a `<p>` element which allows an
      extra flex container to control text overflow for long announcements.
      With this addition, announcements no longer make the right sidebar and
      its associated icons innaccessible by pushing them out of the viewport.
      
      A previous commit accomplished this by allowing whitespace to wrap,
      which caused overflowing text to clip rather than receive an ellipsis.
      This commit restores the ellipsis.
      26acb0e2
  3. Apr 24, 2018
  4. Apr 23, 2018
  5. Apr 21, 2018
  6. Apr 20, 2018
  7. Apr 19, 2018
Loading