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 "Import dictionaries from URLs" textarea not showing newlines on firefox #1574

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

Kuuuube
Copy link
Member

@Kuuuube Kuuuube commented Nov 5, 2024

white-space: nowrap is the equivalent of white-space-collapse: collapse and text-wrap-mode: nowrap.

white-space-collapse: collapse is not needed here and on firefox, causes newlines to display as spaces.

@Kuuuube Kuuuube added kind/bug The issue or PR is regarding a bug browser/firefox The issue is Firefox-only area/ui-ux The issue or PR is related to UI/UX/Design labels Nov 5, 2024
@Kuuuube Kuuuube requested a review from a team as a code owner November 5, 2024 23:33
@jamesmaa jamesmaa added this pull request to the merge queue Nov 5, 2024
Merged via the queue into yomidevs:master with commit 7110544 Nov 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui-ux The issue or PR is related to UI/UX/Design browser/firefox The issue is Firefox-only kind/bug The issue or PR is regarding a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants