-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
On Webkit-based browsers, the table of search results (and perhaps other tables on BookBrainz?) looks a bit broken (see screenshot):
The width of the columns is defined using Bootstrap CSS classes, which does not seem to be working on Webkit.
Setting the column sizes using the width attribute in percentages solves the issue:
To resolve this ticket, you will modify the SearchResults component (https://github.com/metabrainz/bookbrainz-site/blob/db31f89887f9512eaf22cd707c426528434afdc8/src/client/components/pages/parts/search-results.js#L235-L237), and then check other parts of the website where tables are used to ensure we don't have this problem anywhere else.