We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd0e91 commit b809cc1Copy full SHA for b809cc1
war/src/main/less/base/style.less
@@ -258,10 +258,6 @@ pre.console {
258
font-weight: 500;
259
}
260
261
-.setting-main {
262
- width: 100%; /* try to make this column as big as possible. */
263
-}
264
-
265
.setting-help {
266
margin-left: 0.5rem;
267
margin-right: 0.5rem;
war/src/main/less/modules/form.less
@@ -403,7 +403,7 @@
403
404
.jenkins-checkbox label {
405
position: relative;
406
- display: flex;
+ display: inline-flex;
407
align-items: flex-start;
408
justify-content: flex-start;
409
margin: 0;
0 commit comments