Skip to content

Improve autocomplete css by using flex #249

Closed
@mrichar1

Description

@mrichar1

When using autocompete with dropdown enabled in a dialog, the dropdown button is being wrapped onto the next line:

2020-03-23-151731_621x579_scrot

I can force it to stay on one line by setting css for the span to include:

white-space: nowrap;

2020-03-23-151743_624x446_scrot

But this (slightly) breaks the alignment if there are other non-autocomplete fields.

This seems to happen regardless of whether or not there are other fields present.

These fields are all in their own primeflex <div class="p-col"> parent elements.

Activity

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

Metadata

Metadata

Assignees

Labels

Type: EnhancementIssue contains an enhancement related to a specific component. Additional functionality has been add

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions