Skip to content

Commit a70e745

Browse files
authored
Adds padding to filter button from LHC Periods page (#1299)
1 parent e52edd7 commit a70e745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/lhcPeriods/Overview/LhcPeriodsOverviewPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const LhcPeriodsOverviewPage = ({ lhcPeriods: { overviewModel: lhcPeriods
3737
return h('', {
3838
onremove: () => lhcPeriodsOverviewModel.reset(),
3939
}, [
40-
h('.flex-row.flex-grow.items-start', filtersPanelPopover(lhcPeriodsOverviewModel, lhcPeriodsActiveColumns)),
40+
h('.flex-row.header-container.pv2', filtersPanelPopover(lhcPeriodsOverviewModel, lhcPeriodsActiveColumns)),
4141
h('.w-100.flex-column', [
4242
table(
4343
lhcPeriodsOverviewModel.lhcPeriods,

0 commit comments

Comments
 (0)