teknik-eksjo / chronos

A scheduling app that helps teachers submit workday outlines
MIT License
5 stars 5 forks source link

Stop column widths in the /admin/users table from resizing upon search #55

Closed Greenheart closed 8 years ago

Greenheart commented 8 years ago

Look at the column header widths

GIF showing the issue

Could this possibly be solved with some custom css that overrides the default bootstrap-table behavior?

Limpan commented 8 years ago

Quick fix is probably to add some inline styling, for example style="width: 20%" (for the header cells).

Greenheart commented 8 years ago

@Limpan We tried the quick fix but it will only cause more problems further on and is thus no good idea.

Possible solutions

shhmon commented 8 years ago

I'm on it as soon as the current admin UI version is pushed to this repo