Skip to content

Commit

Permalink
refactor(components): change css style for the organizations inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent e01401a commit 7d68008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/OrganizationsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@on-search="onSearch"
/>
</div>
<h6 class="text-xs font-bold pb-2">Sort by:</h6>
<div class="flex lg:flex-col">
<span class="text-xs font-bold">Sort by:</span>
<div class="flex lg:flex-col pt-1">
<RadioButton
class="mr-3 lg:pb-2 lg:mr-0"
:input-id="`Total Stars`"
Expand Down

0 comments on commit 7d68008

Please sign in to comment.