Skip to content

Commit

Permalink
Fix for spacing issue with cox time interval buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
creilly8 committed Oct 7, 2024
1 parent b331a1e commit f23e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/termsetting/handlers/condition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function showMenu_cutoff(self, div: any) {
make_radios({
holder: holder.append('div'),
options,
styles: { margin: '' },
styles: { padding: '' },
callback: (v: 'age' | 'time') => (timeScaleChoice = v)
})
}
Expand Down

0 comments on commit f23e8e9

Please sign in to comment.