File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed
Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change 4040 <div class =" card" >
4141 <div class =" card-header" id =" heading${local_count}" >
4242 <h5 class =" mb-0" >
43- ${ clip_button(clip_text = rs[0 ][' pointer_last' ])}
4443 <button class =" btn btn-link" data-toggle =" collapse" data-target =" #collapse${local_count}" aria-expanded =" true" aria-controls =" collapse${local_count}" >
4544 <h4 >${ rs[0 ][' pointer' ]} </h4 >
4645 </button >
7372 <div id =" accordion${local_count}" >
7473 <div class =" card" >
7574 <div class =" card-header" id =" heading${local_count}" >
76- <h5 class =" mb-0" >
77- ${ clip_button(clip_text = r[' pointer_last' ])}
78- <button class =" btn btn-link" data-toggle =" collapse" data-target =" #collapse${local_count}" aria-expanded =" true" aria-controls =" collapse${local_count}" >
79- <h4 >${ r[' pointer_short' ]} </h4 >
80- </button >
81- <code >Object</code >
82- ${ " (Type: " + r[" type_name" ] + " )" if " type_name" in r else " " }
83- % if " default" in r:
84- = ${ r[" default" ]}
85- % endif
86- </h5 >
75+
76+
77+ <div class =" container" >
78+ <h5 >
79+ <div class =" row align-items-start" >
80+ <div class =" auto" >
81+ <button class =" btn btn-link" data-toggle =" collapse" data-target =" #collapse${local_count}" aria-expanded =" true" aria-controls =" collapse${local_count}" >
82+ <h4 >${ r[' pointer_short' ]} </h4 >
83+ </button >
84+ </div >
85+ <div class =" col-sm" >
86+ <code >Object</code >
87+ ${ " (Type: " + r[" type_name" ] + " )" if " type_name" in r else " " }
88+ % if " default" in r:
89+ = ${ r[" default" ]}
90+ % endif
91+ </div >
92+ <div class =" auto" >
93+ ${ clip_button(clip_text = r[' pointer_last' ])}
94+ </div >
95+ </div >
96+ </h5 >
97+ </div >
8798 ${ r[' doc' ]}
8899 </div >
89100 <div id =" collapse${local_count}" class =" collapse hide" aria-labelledby =" heading${local_count}" data-parent =" #accordion${local_count}" >
You can’t perform that action at this time.
0 commit comments