teal.gallery icon indicating copy to clipboard operation
teal.gallery copied to clipboard

[Feature Request]: Any way we can prevent that at 100% zoom logo and `Roche` word spans into two lines?

Open m7pr opened this issue 1 year ago • 6 comments

This is zoom 100% on Google Chrome image

m7pr avatar Feb 15 '24 14:02 m7pr

This is my 100% zoom (max browser window width) with Chrome on 16 inch MBP image

I think this behavior is specific to user's monitor spec.

donyunardi avatar Feb 15 '24 21:02 donyunardi

This is my 100% zoom (max browser window width) with Chrome on 16 inch MBP

image

I think this behavior is specific to user's monitor spec.

What's the resolution on your monitor @donyunardi? Would be good to have a fluid layout that adapts to the user's screen size and resolution.

cicdguy avatar Feb 15 '24 21:02 cicdguy

What's the resolution on your monitor?

1792 x 1120 which is the default.

donyunardi avatar Feb 15 '24 21:02 donyunardi

I'm just saying this happens in some setup. I have regular 15inches screen, and default resolutions. IMHO we should put a div or a class that gets the whole logo part into the new line, if it can't fit all together in one line.

m7pr avatar Feb 16 '24 08:02 m7pr

I'm not convinced this is a bug, but this would probably solve it:

tags$span(style = "font-size: 24px;white-space: nowrap;", "NEST @ Roche")

averissimo avatar Feb 16 '24 11:02 averissimo

This is just a NICE TO HAVE visual improvement!

m7pr avatar Feb 16 '24 12:02 m7pr