badaoui HF Staff commited on
Commit
b17126b
·
1 Parent(s): b07d2ba

fix the centering

Browse files
Files changed (1) hide show
  1. styles.css +5 -5
styles.css CHANGED
@@ -594,17 +594,17 @@ h1, h2, h3, p, .markdown {
594
  flex-direction: column !important;
595
  }
596
 
597
- /* Summary view - prevent it from expanding too much */
598
  .summary-view {
599
  display: flex !important;
600
  flex-direction: column !important;
601
- gap: 0px !important;
 
602
  }
603
 
604
- /* Constrain the summary display to not push regressions down */
605
  .summary-view .plot-container {
606
- flex: 0 1 auto !important;
607
- max-height: fit-content !important;
608
  }
609
 
610
  /* Regressions header button */
 
594
  flex-direction: column !important;
595
  }
596
 
597
+ /* Summary view - keep content centered with minimal gap */
598
  .summary-view {
599
  display: flex !important;
600
  flex-direction: column !important;
601
+ align-items: center !important;
602
+ gap: 5px !important;
603
  }
604
 
605
+ /* Keep the summary display centered */
606
  .summary-view .plot-container {
607
+ width: 100% !important;
 
608
  }
609
 
610
  /* Regressions header button */