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(ui): make div for table container responsive #2622

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

nktnet1
Copy link
Contributor

@nktnet1 nktnet1 commented Jan 7, 2025

Description

Added bootstrap table-responsive class to the div container to prevent the table overflowing in small-width devices (horizontal scroll is enabled instead if it does not fit).

Before:

before

After:

after

Closes #2621

Checklist

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have attached images of the change if it is UI based
  • I have commented my code, particularly in hard-to-understand areas
  • If my code has heavily changed functionality I have updated relevant docs on Stirling-PDFs doc repo
  • My changes generate no new warnings
  • I have read the section Add New Translation Tags (for new translation tags only)

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 7, 2025
@github-actions github-actions bot added the Front End Issues or pull requests related to front-end development label Jan 7, 2025
@Frooodle Frooodle merged commit 6d73f01 into Stirling-Tools:main Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Front End Issues or pull requests related to front-end development size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: UI for the table in Admin User Control Settings overflows for small-width devices
2 participants