Re: [weewx-user] Hyphenation with internationalized skins

2023-03-06 Thread Tom Keffer
Sometimes that's the best one can come up with: make something functional, but always with the ability to customize. On Mon, Mar 6, 2023 at 6:38 AM michael.k...@gmx.at < michael.kainzba...@gmx.at> wrote: > My latest idea is a mixed strategy: > > I know the critical parts of the layout, where hyph

Re: [weewx-user] Hyphenation with internationalized skins

2023-03-06 Thread michael.k...@gmx.at
My latest idea is a mixed strategy: I know the critical parts of the layout, where hyphenation is essential for responsiveness and at the same time, weewx labels are used. For these parts of the layout I use hyphens: auto; in the css. This may lead to a hyphenation which may look a little bit u

Re: [weewx-user] Hyphenation with internationalized skins

2023-03-06 Thread Tom Keffer
I wish I had a better idea, but I think your solution is as good as anything I can come up with. On Mon, Mar 6, 2023 at 1:34 AM michael.k...@gmx.at < michael.kainzba...@gmx.at> wrote: > How to handle manual Hyphenation? > > When I insert a soft hypen to a string like this: > > [Texts] > #without

[weewx-user] Hyphenation with internationalized skins

2023-03-06 Thread michael.k...@gmx.at
How to handle manual Hyphenation? When I insert a soft hypen to a string like this: [Texts] #without hypen "Short in English" = "Suchalongwordwhichbreaksboxboundaries" #with hypen "Short in English" = "Suchalong­wordwhich­breaksbox­boundaries" ...it works, as long as only used in HTML.