Project

General

Profile

action #157576

Updated by okurz about 2 months ago

## Observation 

 See the cropped version string on the bottom despite enough white space available: 

 ![Screenshot_20240320_084634_openqa_cropped_version_string.png](Screenshot_20240320_084634_openqa_cropped_version_string.png) 

 The full version string is readable by scrolling down but the scroll bar should not be necessary 

 ## Steps to reproduce 
 * Visit an openQA page using a custom links_footer_left and/or links_footer_right, e.g. https://openqa.suse.de/tests/overview?version=12-SP5&groupid=427&flavor=Azure-Standard-Updates&distri=sle&build=20240318-1 

 ## Expected result 
 * No cropping and no scroll bar should appear if there is enough blank space 

 ## Suggestions 
 *    Try to solve that with some CSS in general related to https://github.com/os-autoinst/openQA/blob/cd53217ffe9127ebe8fa697e4c133836a3be36e6/templates/webapi/layouts/bootstrap.html.ep#L62 . general. If not possible try to solve it within https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/openqa/links_footer_left.html?ref_type=heads or https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/openqa/links_footer_right.html?ref_type=heads 
 * Just open https://openqa.suse.de/tests/overview?version=12-SP5&groupid=427&flavor=Azure-Standard-Updates&distri=sle&build=20240318-1 in your browser and try to fix the display with the browser developer tools and then find the right spot in our code where to apply the style, e.g. in our CSS files or html.ep templates directly

Back