Skip to content

Commit

Permalink
design update on search form
Browse files Browse the repository at this point in the history
  • Loading branch information
skyporter committed Apr 27, 2024
1 parent 02b77cc commit e56f130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const DateTimeInput = forwardRef((props, ref) => {
<div id={inputId + '_' + inputSuffixId} ref={topRef}>
{state && localizedDateTimeData.month_names && (
<div className="dateTimeInput rails-bootstrap-forms-datetime-select">
<div className="row">
<div className="d-flex">
{allowBC == '1' ? (
<div className="form-check d-inline-block me-4">
<label className="form-check-label" htmlFor={`bcCheck-${input}`}>{Translations.messages['catalog_admin.fields.complex_datation_option_inputs.BC']}</label>
Expand Down

0 comments on commit e56f130

Please sign in to comment.