diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-27 19:27:20 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-27 21:43:23 +0100 |
commit | d16329383f7ff6ce14d00dec6670de29343bae26 (patch) | |
tree | b7689a01b7a42ca358167aef604e6c367ebe629a | |
parent | 714b152de6a39ced79cc88ef17e51ef7efec5abc (diff) |
Remove max-width from menus
Change-Id: I7d59fb7161af41449cd0a1508f38143c241d50d0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129061
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |