Skip to content

Commit

Permalink
fix: activation button responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-writes-code committed Dec 12, 2024
1 parent 7c97331 commit 5e7954f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NN_comps/NN_specs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
</div>
</div>
</div>
<div class="w-130px ">
<div class="">
<p class="text-gray-400 text-sm"> Activation Function </p>
<div class="dropdown ">
<div tabindex="0" role="button" class="btn">
{$selActivaFn_store}
<div tabindex="0" role="button" class="btn flex w-34 justify-between">
<p class="text-center flex-1" >{$selActivaFn_store}</p>
<div class="i-tabler:chevron-down size-5"></div>
</div>
<ul
Expand Down

0 comments on commit 5e7954f

Please sign in to comment.