Skip to content

Commit b809cc1

Browse files
committed
Fix ? button
1 parent 3dd0e91 commit b809cc1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

war/src/main/less/base/style.less

-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ pre.console {
258258
font-weight: 500;
259259
}
260260

261-
.setting-main {
262-
width: 100%; /* try to make this column as big as possible. */
263-
}
264-
265261
.setting-help {
266262
margin-left: 0.5rem;
267263
margin-right: 0.5rem;

war/src/main/less/modules/form.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403

404404
.jenkins-checkbox label {
405405
position: relative;
406-
display: flex;
406+
display: inline-flex;
407407
align-items: flex-start;
408408
justify-content: flex-start;
409409
margin: 0;

0 commit comments

Comments
 (0)