================ @@ -122,10 +122,22 @@ code.line:has(.bb-select):before { font-size: x-small; flex-grow: 1; } -.value summary { +.value > summary { background-color: #ace; display: flex; - justify-content: space-between; + justify-content: start; ---------------- sam-mccall wrote:
this should be `flex-start` rather than `start`, but it doesn't matter because `flex-start` is the default, you can just remove it https://github.com/llvm/llvm-project/pull/67431 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits