It would be nice if Horizon would make better use of available screen real estate.

How about this for a PR to resources/assets/less/_objects.wraps.less?
.wrapper {
width: 940px;
margin-left: auto;
margin-right: auto;
}
changed to -->
.wrapper {
width: 95%;
min-width: 940px;
margin-left: auto;
margin-right: auto;
}
@pavinthan Then suggest something that would be better. Just saying "I do not like it" doesn't help.
Provide some feedback why this might be not a good idea and what would be a better solution.
@freekmurze we're aware of the UI issues after checking multiple real-life production projects, we have plans for it :)
Moved to Bootstrap4 recently which handles this in a nice way.
Cool, I'll update my Horizon assets soon! Thanks!
i think you need to wait for a release. unless you're using master I guess....
@themsaid this is still the same as the screenshot
Re-opening this in preparation for the re-design.
馃帀
I'm going to close this now that we have job detail pages.
Most helpful comment
@freekmurze we're aware of the UI issues after checking multiple real-life production projects, we have plans for it :)