Skip to content

Commit

Permalink
style: fix set width causing clipping when changing browser size
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 30, 2024
1 parent f1fe249 commit 4eccfd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/ts/test/test-config.ts
Expand Up @@ -148,7 +148,9 @@ export async function update(
animTime,
easing.both,
() => {
//
if (currentWidth !== 0) {
puncAndNumEl.css("width", "unset");
}
}
);
}
Expand Down

0 comments on commit 4eccfd6

Please sign in to comment.