Horizon: Display entire table on large screens

Created on 4 Oct 2017  路  10Comments  路  Source: laravel/horizon

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

screen shot 2017-10-04 at 17 50 36

enhancement

Most helpful comment

@freekmurze we're aware of the UI issues after checking multiple real-life production projects, we have plans for it :)

All 10 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lasselehtinen picture lasselehtinen  路  3Comments

crash13override picture crash13override  路  5Comments

elynnaie picture elynnaie  路  3Comments

okaufmann picture okaufmann  路  3Comments

tillkruss picture tillkruss  路  6Comments