~edwargix/git.sr.ht

462dcebc6d5444d408e950a43b42aa5ca9989363 — jack gleeson 3 years ago dc8013d
Fix breadcrumb text clipping issue

Fixing issue on low resolutions / narrow screens where the breadcrumb
menu items overlap under the reference items to the right. This is
closer to the hg.sr.ht layout which wraps on narrow screens.
1 files changed, 0 insertions(+), 1 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +0 -1
@@ 414,7 414,6 @@ img {
  display: flex;

  .breadcrumb {
    white-space: nowrap;
    flex-grow: 1;
    width: 100%;
  }