Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 598 Bytes

File metadata and controls

46 lines (31 loc) · 598 Bytes

Display custom field checkboxes in two columns

Display custom field checkboxes in two columns.
カスタムフィールドのチェックボックスを2列で表示します。

Setting

Path Pattern

None

Insert Position

Bottom of issue form

Code

CSS

span.enumeration_cf.check_box_group {
  column-count: 2;
}

Result

Before

before

After

after