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

Fixed issue #16: Subscribers search input is too small #59

Merged

Conversation

JaiSharma1710
Copy link

@JaiSharma1710 JaiSharma1710 commented Sep 21, 2024

Motivation

this pr fixes the issue of small input search bar in subscribers section raised in issue number #16 raised by @marrouchi

Fixes # (issue)
Fixes #16

Type of change

eariler the parent grid of the input was give a width of max-content due to which it was taking only the space required to show the content hence the search input was soo small.

In the fix i have changed the width from max-content to 50% hence increasing the width to 50% of the screen size.

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code

Adding the screen short of the input after bug fix

Screenshot from 2024-09-22 00-45-02

Copy link
Contributor

@marrouchi marrouchi left a comment

Choose a reason for hiding this comment

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

Thank you very much for your contribution 🙏

@marrouchi marrouchi merged commit ebdf6e1 into Hexastack:main Sep 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🤔 [ISSUE] - Subscribers search input is too small
2 participants