On 27/10/2020 14.20, Daniel P. Berrangé wrote:
When the browser window is narrow, but not yet switched into the mobile
layout, the page header nav will line wrap. This breaks layout
assumptions resulting in overlapping/obscured text.
This deals with the probem by reducing padding between the links, and
shortening "Documentation" to just "Docs".
This avoids the line wrapping, as well as making room for new links in
the future.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
_includes/nav.html | 2 +-
assets/css/style-desktop.css | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>
... and pushed it already (I used this patch to test my access to the new
repo on gitlab.com instead the old one at qemu.org)