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

Fixes #36864 - Show entire opened bookmarks properly #9876

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Fixes #36864 - Show entire opened bookmarks properly #9876

merged 1 commit into from
Nov 7, 2023

Conversation

kmalyjur
Copy link
Contributor

@kmalyjur kmalyjur commented Oct 26, 2023

Bookmarks were opened to the left side before, which caused problems with long names:
278306773-65403126-770c-4bd3-8317-027978cd899d

The bookmarks are now opened to the right side, and a horizontal scrollbar is added if it exceeds the page:
image

@github-actions github-actions bot added the UI label Oct 26, 2023
@kmalyjur kmalyjur marked this pull request as draft October 26, 2023 12:21
@kmalyjur kmalyjur changed the title Fixes #36864 - Open bookmarks to the right side Fixes #36864 - Show entire opened bookmarks properly Nov 1, 2023
@kmalyjur kmalyjur marked this pull request as ready for review November 1, 2023 12:06
@@ -2,6 +2,8 @@
@import '../../common/variables.scss';

.react-page #foreman-main-container {
overflow-x: auto;
white-space: nowrap;
Copy link
Member

Choose a reason for hiding this comment

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

When its set to nowrap audits page can look weird for long entries (to test create a long bookmark in audits and refresh the page, and open the new bookmark entry).
Will this fix work with white-space: normal? I checked it in a few places and it looks fine

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, I missed that. I changed it to white-space: normal, it looks fine to me, too. Thank you!

@MariaAga MariaAga merged commit fa79806 into theforeman:develop Nov 7, 2023
12 of 14 checks passed
@MariaAga
Copy link
Member

MariaAga commented Nov 7, 2023

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants