Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix action too long text #1428

Merged
merged 3 commits into from
Sep 22, 2023
Merged

Fix action too long text #1428

merged 3 commits into from
Sep 22, 2023

Conversation

takurinton
Copy link
Contributor

@changeset-bot
Copy link

changeset-bot bot commented Sep 22, 2023

🦋 Changeset detected

Latest commit: 3d346dc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ingred-ui Patch

Not sure what this means? Click here to learn what changesets are.

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

@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for ingred-ui ready!

Name Link
🔨 Latest commit 3d346dc
🔍 Latest deploy log https://app.netlify.com/sites/ingred-ui/deploys/650cfebc12945d00078877cf
😎 Deploy Preview https://deploy-preview-1428--ingred-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@takurinton takurinton changed the title Fix action too long overflow Fix action too long text Sep 22, 2023
@takurinton
Copy link
Contributor Author

image

@@ -1,12 +1,18 @@
import styled from "styled-components";
import { ScrollArea } from "../../../..";
import ScrollArea from "../../../ScrollArea";

export const Action = styled.button<{ clicked: boolean }>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

今気づいたけどそうかー、<Button />とは異なるボタンなのか(同族として扱いたいなと一瞬だけ思った

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

たしかに 
一応頑張れば外から操作できますかね(今ここで直すことはしないけど)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styleをオーバーライドするってことかな?それでもよさそう

@takurinton takurinton merged commit 55ad8c3 into master Sep 22, 2023
3 checks passed
@takurinton takurinton deleted the fix-actions-max-width branch September 22, 2023 04:32
@FluctMember FluctMember mentioned this pull request Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants