unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
2.55k stars 244 forks source link

fixes some mobile issues #1768

Closed sean-brydon closed 2 weeks ago

sean-brydon commented 2 weeks ago

What does this PR do?

Fixes gird columns on mobile

Before: Ipad Sizzy-iPad Pro 11 app unkey com 18Jun 10 42 Iphone Sizzy-iPhone 14 Plus app unkey com 18Jun 10 42 Macbook pro 15 Sizzy-Macbook Pro 15 app unkey com 18Jun 10 42

After: Ipad Sizzy-iPad Pro 11 app unkey com 18Jun 10 36 Iphone Sizzy-iPhone 14 Plus app unkey com 18Jun 10 36 Macbook pro 15 Sizzy-Macbook Pro 15 app unkey com 18Jun 10 37

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 7953014e3c09e4120f5255aeeae58dd001f5144d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 weeks ago

@sean-brydon is attempting to deploy a commit to the Unkey Team on Vercel.

A member of the Team first needs to authorize it.

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 2 weeks ago

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Here is an example:

<type>[optional scope]: <description>
fix: I fixed something for Unkey

Details:

No release type found in pull request title "fixes some mobile issues". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit