jon48 / webtrees-theme-rural

Rural theme for webtrees
GNU General Public License v3.0
11 stars 2 forks source link

Button overflow? #61

Closed arbor95 closed 1 year ago

arbor95 commented 1 year ago

Screenshot_20230321-152215_Chrome

jon48 commented 1 year ago

This problem is a difficult one to address, as the alternative is not necessarily visually nice either. Here is an example of allowing breaking words to fit the frame, some of the buttons becomes very difficult to read, and some words are cut at places where it does not make much sense.

image

Furthermore, the CSS directives allowing that are not very flexible, and leave the browser "deciding" many factors, so that can lead to worse visual displays even in larger resolutions. This is one instance where I think that the defect is better than the "fixed" alternative, so I do not plan to fix it.

For information, the core themes also shows this behavior (arguably they are marginally more forgiving, as they have slightly more width available):

image

arbor95 commented 1 year ago

ok, thx