File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ public function get_custom_fields(): string {
191191
192192 // Only render if there's a value.
193193 if (!empty ($ fieldvalue )) {
194- $ badges .= \html_writer::start_span ('customfieldbadge customfield_ ' . $ fieldtype . ' mr -2 ' );
194+ $ badges .= \html_writer::start_span ('customfieldbadge customfield_ ' . $ fieldtype . ' me -2 ' );
195195 $ badges .= \html_writer::span ($ fieldname . ': ' , 'customfieldname visually-hidden ' );
196- $ badges .= \html_writer::span ($ fieldvalue , 'customfieldvalue badge badge -info ' );
196+ $ badges .= \html_writer::span ($ fieldvalue , 'customfieldvalue badge bg -info ' );
197197 $ badges .= \html_writer::end_span ();
198198 }
199199 }
Original file line number Diff line number Diff line change 5151 <p class =" card-text" >{ {desc} }</p >
5252 </div >
5353 <div class =" card-footer" >
54- <a href =" { { url} } " class =" btn btn-{ { btn} } btn-block" >{ {label} }</a >
54+ <div class =" d-grid" >
55+ <a href =" { { url} } " class =" btn btn-{ { btn} } " >{ {label} }</a >
56+ </div >
5557 </div >
5658 </div >
5759 </div >
You can’t perform that action at this time.
0 commit comments