github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/pages/adhoc/Adhoc.module.scss (about)

     1  // All panels should have the same height
     2  // So that when tabs are changed there's no content shift
     3  .tabPanel {
     4    // it should fit 5 rows plus  some the header size
     5    $tdHeight: 25px;
     6    height: calc($tdHeight * 5 + 40px);
     7  }