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

incorrect word wrapping in toolform param label #18993

Open
martenson opened this issue Oct 15, 2024 · 1 comment
Open

incorrect word wrapping in toolform param label #18993

martenson opened this issue Oct 15, 2024 · 1 comment

Comments

@martenson
Copy link
Member

This happens both in proper tool form and in workflows (where it is more pronounced due to limited width)

Galaxy Version and/or server at which you observed the bug
Main b56ad8d12a77da51dc9129e4c80705dd46c19839

Browser and Operating System
chrome macos

Screenshot 2024-10-15 at 9 07 55 AM

@mvdbeek
Copy link
Member

mvdbeek commented Oct 15, 2024

CSS class may need tweaking:

                <span v-if="props.title" class="ui-form-title-text ml-1">
                    <label :for="props.id">{{ props.title }}</label>
                </span>
            </span>
            <span v-else-if="props.title" class="ui-form-title-text">
                <label :for="props.id">{{ props.title }}</label>
            </span>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants