TheFrogGod commited on
Commit
d009377
·
verified ·
1 Parent(s): 970d73d

updated min max label position as relative

Browse files
Files changed (1) hide show
  1. web/style.css +1 -0
web/style.css CHANGED
@@ -540,6 +540,7 @@ font-size: 0.9rem;
540
  transform: translateX(-50%);
541
  }
542
  .min-max-labels {
 
543
  display: flex;
544
  justify-content: space-between;
545
  margin-top: 4px;
 
540
  transform: translateX(-50%);
541
  }
542
  .min-max-labels {
543
+ position: relative;
544
  display: flex;
545
  justify-content: space-between;
546
  margin-top: 4px;