_sass/@primer/css/forms/form-group.scss in jekyll-v4-theme-primer-0.11.0 vs _sass/@primer/css/forms/form-group.scss in jekyll-v4-theme-primer-0.12.0

- old
+ new

@@ -68,10 +68,11 @@ // stylelint-disable-next-line primer/spacing margin: 0 0 6px; } label { - position: relative; + // fix for chrome bug, see https://github.com/github/github/issues/53931 + position: static; } &.flattened dt, // TODO: Deprecate &.flattened .form-group-header { float: left;