Open AnaDorca opened 3 years ago
On different zoom-in and lower resolutions, the links get truncated (noticed on 1450x809 ) The issue reproduces on the following browsers: Chrome v89, MicrosoftEdge, Safari and IE Could not reproduce on Firefox v86
https://standards.oftrust.net/v2/Context/DataProductContext/Forecast/Weather/AccuWeather/ (Classes Hierarchy -> DataProductContext -> Forecast -> Weather -> AccuWeather)
The link container should have: overflow-wrap: break-word;
overflow-wrap: break-word;
Truncated links on ontology viewer
On different zoom-in and lower resolutions, the links get truncated (noticed on 1450x809 ) The issue reproduces on the following browsers: Chrome v89, MicrosoftEdge, Safari and IE Could not reproduce on Firefox v86
URL
https://standards.oftrust.net/v2/Context/DataProductContext/Forecast/Weather/AccuWeather/ (Classes Hierarchy -> DataProductContext -> Forecast -> Weather -> AccuWeather)
Expected behavior
The link container should have:
overflow-wrap: break-word;
Screenshots