OAGi / Score

Score
MIT License
9 stars 6 forks source link

OpenAPI Document list not displaying properly in Chromium - previously worked fine. #1588

Closed dubnemo closed 8 months ago

dubnemo commented 11 months ago

Somehow this list is not displaying properly in Chromium on Ubuntu.

image

But works fine in Chrome on Windows: image

dubnemo commented 10 months ago

And it is seems be OK in Chromium on my Raspberry Pi4B. Version 120.0.6099.102 (Official Build) Built on Debian , running on Debian 11 (64-bit)

2024-01-06-085309_1920x1080_scrot

dubnemo commented 10 months ago

This no longer works in Edge, which is based on Chromium. image

hakjuoh commented 10 months ago

@dubnemo It seems that the problem is not due to different browsers, but due to different display resolutions. Currently, the width of all columns except the Description column is fixed. The values of column widths are too large, so the Description item is not displayed properly even if the screen is slightly changed. @elena-jelisic It can be solved by adjusting the width of columns or making the columns variable, and applying text-overflow: ellipsis to the description.

hakjuoh commented 10 months ago

@elena-jelisic Applied the mat-multi-sort and changed column widths (See commit)