github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/pages/targets/ScrapePoolPanel.module.css (about) 1 .container { 2 margin-top: -12px; 3 } 4 5 .title { 6 font-size: 20px; 7 font-weight: bold; 8 cursor: pointer; 9 } 10 11 .normal { 12 composes: title; 13 } 14 15 .danger { 16 composes: title; 17 color: rgb(242, 65, 65); 18 } 19 20 .table { 21 width: 100%; 22 } 23 24 .cell { 25 height: auto; 26 word-wrap: break-word; 27 word-break: break-all; 28 } 29 30 .endpoint, .labels { 31 composes: cell; 32 width: 25%; 33 } 34 35 .state, .last-scrape { 36 composes: cell; 37 width: 10%; 38 } 39 40 .errors { 41 composes: cell; 42 width: 30%; 43 }