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 05cf338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/mds3/skewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export function may_render_skewer(data, tk, block) {

const currentMode = tk.skewer.viewModes.find(n => n.inuse)
if (!currentMode) throw 'no mode!!'

if (data.skewer) {
// register new mlst data
// otherwise will not overwrite skewer.mlst
Expand Down
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 05cf338

Please sign in to comment.