mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #42] Bug: Report\Mailbox List does not display correctly #30
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pukkahq on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/42
Describe the bug
Report\Mailbox List does not display correctly missing items on right. if you zoom the page to 80% it shows
To Reproduce
Steps to reproduce the behavior:
Screenshots


Desktop (please complete the following information):
@KelvinTegelaar commented on GitHub (Oct 17, 2021):
This is an autohide feature, if you click on the line when the item is hidden, it should show the remaining columns. I'm thinking maybe we need to disable this feature or make it more clear.
@gavsto Maybe one you could look at?
@Pukkahq commented on GitHub (Oct 17, 2021):
When its at 80% it looks ok. When you click on the line, with lots of additional email address its looks a mess.
@gavsto commented on GitHub (Oct 17, 2021):
@Pukkahq What resolution are you running in?
@Pukkahq commented on GitHub (Oct 17, 2021):
@gavsto 1920x1080
@gavsto commented on GitHub (Oct 17, 2021):
@Pukkahq I've made some changes to make the overall body size a bit more condensed and the padding. It's not necessarily a direct fix for this because it can only fit in what it can fit in and it looks like you have a UPN somewhere in that table that is extremely long. Let me know what you think of this change.
@Pukkahq commented on GitHub (Oct 18, 2021):
Thats fixed it and looks much better