Actions
action #157576
closedCropped openQA version string on bottom of page if custom links_footer_left and/or links_footer_right is used size:S
Start date:
2024-03-20
Due date:
2024-04-06
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
See the cropped version string on the bottom despite enough white space available:
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 . 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
Files
Actions