Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: stop text from overflowing on delete org button#16549

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
brettkolodny merged 7 commits intomainfrombrett/fix-text-overflow-on-delete-button
Feb 14, 2025

Conversation

brettkolodny
Copy link
Contributor

Closes#16433

I also took the opportunity to convert the components to tailwind. Since there aren't designs for this piece of UI yet I tried to match it as closely as possible using the existing tailwind config

Screenshot 2025-02-12 at 5 03 58 PM

@brettkolodnybrettkolodny changed the titleFix text overflow on delete org buttonfix: text overflow on delete org buttonFeb 12, 2025
@brettkolodnybrettkolodny changed the titlefix: text overflow on delete org buttonfix: fix text overflow on delete org buttonFeb 12, 2025
@brettkolodnybrettkolodny changed the titlefix: fix text overflow on delete org buttonchore: fix text overflow on delete org buttonFeb 12, 2025
@brettkolodnybrettkolodny changed the titlechore: fix text overflow on delete org buttonfix: stop text from overflowing on delete org buttonFeb 12, 2025
<HorizontalSection
title="Settings"
description="Change or delete your organization."
>
<divcss={styles.dangerSettings}>
<divclassName="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow">
Copy link
Contributor

Choose a reason for hiding this comment

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

We should actually avoid setting explicit styles with Tailwind as much as possible.

For rounded-, there actually will be some work in the future to update these in the tailwind.config. If this is set torounded-md it will automatically gets that update and therefore the consistency in the future.

Forpl-[18px], it would be better to just choose one of the closest classes either pl-4 or pl-5

In general, we should only use the explicit styling if that was a decision made in the Figma designs or the utility class options are really too different from what looks correct.

brettkolodny reacted with thumbs up emoji
Copy link
Contributor

@jaaydenhjaaydenh left a comment

Choose a reason for hiding this comment

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

lgtm

@brettkolodnybrettkolodny merged commit1ce4dfe intomainFeb 14, 2025
30 checks passed
@brettkolodnybrettkolodny deleted the brett/fix-text-overflow-on-delete-button branchFebruary 14, 2025 16:13
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsFeb 14, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@jaaydenhjaaydenhjaaydenh approved these changes

Assignees

@brettkolodnybrettkolodny

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

text overflow on org deletion button
2 participants
@brettkolodny@jaaydenh

[8]ページ先頭

©2009-2025 Movatter.jp