vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 127 forks source link

[i18n redesign] fixing issues with layout #3810

Closed chenejac closed 1 year ago

chenejac commented 1 year ago

VIVO GitHub issue: William's testing

What does this pull request do?

Fixing some layout issues reported by William at this PR's review

What's new?

Small corrections of css files

How should this be tested?

Some languages has undesired word wrapping.

image

The bottom horizontal line is not bottom padded as much as the other like sections.

image

Padding is cramped. Worse in some languages. But all have no space right of the search label.

image

Interested parties

Tag (@ mention) interested parties or, if unsure, @VIVO-project/vivo-committers @wwelling

ghost commented 1 year ago

Did not seem to take.

Wrap all content in element with this css rule:

  white-space: nowrap; 
image

Looks good.

image image

Looks good.

image image
chenejac commented 1 year ago

@wwelling I believe I have fixed the issue with footer links layout. Also, I have added in this PR a small fix for French sample data and publication graph

Some languages has undesired word wrapping.

image

Also, both French Canadian is showing blank page.

image