Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 647 Bytes

File metadata and controls

45 lines (33 loc) · 647 Bytes

Display custom field checkboxes horizontally

Display custom field checkboxes horizontally.
カスタムフィールドのチェックボックスを横並びに表示します。

Setting

Path Pattern

None

Insert Position

Bottom of issue form

Code

CSS

span.enumeration_cf.check_box_group {
  display: flex;
  flex-wrap: wrap; 
}

/* fix width */
span.enumeration_cf.check_box_group label {
  width: 80px;
}

Result

result