From d16329383f7ff6ce14d00dec6670de29343bae26 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Thu, 27 Jan 2022 19:27:20 +0200 Subject: Remove max-width from menus Change-Id: I7d59fb7161af41449cd0a1508f38143c241d50d0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129061 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/default.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index a90644025f..085d323a95 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -780,8 +780,6 @@ li.disabled a { display: flex; flex-direction: column; overflow-y: auto; - overflow-x: hidden; - max-width: 160px; max-height: 480px; position: absolute; } -- cgit