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

fix table responsive in relation to table header, refs 333 #365

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

mburri
Copy link
Contributor

@mburri mburri commented Mar 17, 2022

display:block auf der Tabelle hat dazu geführt, dass das div im th nicht mehr die komplette Höhe einnehmen konnte - allerdings war das nur im Chrome der Fall, Firefox war eigentlich ok.

In der Doku zu Responsive Tables von Bootstrap habe ich gesehen, dass die Klasse table-responsive auf ein div gesetzt wird, nicht auf die Tabelle selbst: https://getbootstrap.com/docs/4.6/content/tables/#responsive-tables

Das habe ich nun auch gemacht.
Wir können die Bootstrap Utility Klasse aber nicht direkt verwenden, weil wir dieses verhalten ja nicht Mobile, sondern auf dem Desktop wollen - ansonsten wird die Mobile View verschossen.

Darum habe ich eine eigene Klasse im scss gemacht, die dann erst ab dem Breakpoint angewendet wird.

@mburri mburri requested a review from caebr March 17, 2022 07:11
@mburri mburri merged commit 16f4ac9 into master Mar 17, 2022
@mfehlmann mfehlmann deleted the feature/fix-test-table-header branch October 17, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants