diff --git a/frontend/app/components/op_profile/op_profile_common.scss b/frontend/app/components/op_profile/op_profile_common.scss index d18997db..8933df4c 100644 --- a/frontend/app/components/op_profile/op_profile_common.scss +++ b/frontend/app/components/op_profile/op_profile_common.scss @@ -53,6 +53,19 @@ cursor: pointer; } +// set left margin of 16px to match leading span for each cell (for aria-label) +.time-header, +.wasted-header, +.hbmFraction-header, +.name-header, +.provenance-header, +.utilization-hader, +.hbmUtilization-header, +.utilization-header, +.hbmUtilization-header { + margin-left: 16px; +} + .time-header, .wasted-header, .hbmFraction-header, @@ -87,6 +100,11 @@ font-size: smaller; } +.wasted, +.wasted-header { + width: 8%; +} + .name-header, .name { display: inline-block; @@ -96,13 +114,14 @@ word-break: break-all; } -.name { +.name, +.provenance { text-align: left; } .provenance-header, .provenance { - width: 20%; + width: 10%; } .utilization-header,