Skip to content

Commit d570536

Browse files
committed
Move .form-group label
1 parent b631882 commit d570536

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/forms/form-group.scss

+5
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,8 @@
285285
vertical-align: middle;
286286
}
287287
}
288+
289+
// fix for chrome bug, see https://github.com/github/github/issues/53931
290+
.form-group label {
291+
position: static;
292+
}

src/forms/form-validation.scss

-5
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,3 @@ p.explain {
258258
float: right;
259259
}
260260
}
261-
262-
// fix for chrome bug, see https://github.com/github/github/issues/53931
263-
.form-group label {
264-
position: static;
265-
}

0 commit comments

Comments
 (0)