Skip to content

Commit

Permalink
fix: New group button width
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jul 13, 2024
1 parent a55aefb commit fa35155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/explorer/new-group-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NewGroupButton: Component = () => {

return (
<button
class="flex w-full justify-center items-center cursor-pointer overflow-x-hidden group pl-0.5 rounded-l-md @hover:bg-gray-200 dark:@hover-bg-gray-700 ml-6.5"
class="flex w-[calc(100%-1.625rem)] justify-center items-center cursor-pointer overflow-x-hidden group pl-0.5 rounded-l-md @hover:bg-gray-200 dark:@hover-bg-gray-700 ml-6.5"
onClick={async () => {
try {
setLoading(true);
Expand Down

0 comments on commit fa35155

Please sign in to comment.