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

Add the ability to increase the width of the header search bar in datatable #722

Closed
rjeeb opened this issue Oct 15, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rjeeb
Copy link
Member

rjeeb commented Oct 15, 2022

No description provided.

@rjeeb rjeeb added the enhancement New feature or request label Oct 15, 2022
@rjeeb rjeeb added this to the 1.0.0-RC14 milestone Oct 15, 2022
@rjeeb rjeeb self-assigned this Oct 15, 2022
rjeeb added a commit that referenced this issue Oct 15, 2022
rjeeb added a commit that referenced this issue Oct 15, 2022
@rjeeb
Copy link
Member Author

rjeeb commented Oct 15, 2022

Two flex items were added with the following class names header-bar-title-container and header-bar-actions-container.

To customize one of them, just override the class and set flex-grow

.header-bar-actions-container {
    flex-grow: 0.9
}

@rjeeb rjeeb closed this as completed Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant