Skip to content

Commit 1333378

Browse files
NarrowsProjectsGuustMetzisaachilly
authored
[O2B-1575] Make runs per lhc period title flex row (#2126)
* Reestablish lhcPeriod name appearing inline --------- Co-authored-by: GuustMetz <guust.metz@cern.ch> Co-authored-by: Isaac Hill <71404865+isaachilly@users.noreply.github.com>
1 parent be50650 commit 1333378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/Runs/RunPerPeriod/RunsPerLhcPeriodOverviewPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const RunsPerLhcPeriodOverviewPage = ({ runs: { perLhcPeriodOverviewModel
109109
h('.flex-row.justify-between.items-center.g2', [
110110
filtersPanelPopover(perLhcPeriodOverviewModel, activeColumns, { profile: 'runsPerLhcPeriod' }),
111111
h('.pl2#runOverviewFilter', runNumbersFilter(perLhcPeriodOverviewModel.filteringModel.get('runNumbers'))),
112-
h('h2', ['Good physics runs of ', lhcPeriodName]),
112+
h('h2.flex-row', ['Good, physics runs of ', lhcPeriodName]),
113113
mcReproducibleAsNotBadToggle(
114114
mcReproducibleAsNotBad,
115115
() => perLhcPeriodOverviewModel.setMcReproducibleAsNotBad(!mcReproducibleAsNotBad),

0 commit comments

Comments
 (0)