details:   https://code.tryton.org/tryton/commit/c02fc1c935ad
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Apr 02 23:45:51 2026 +0200
description:
        Force 100% width to menu on small screen

        Once the menu can no more be resized, its CSS width must be forced over 
the one
        in style attribute set by the user resize.

        Closes #14696
diffstat:

 sao/src/sao.less |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9e844110997c -r c02fc1c935ad sao/src/sao.less
--- a/sao/src/sao.less  Thu Apr 02 17:57:49 2026 +0200
+++ b/sao/src/sao.less  Thu Apr 02 23:45:51 2026 +0200
@@ -261,7 +261,7 @@
         max-width: 100vw;
     }
     @media (max-width: (@screen-sm-max)) {
-        width: 100%;
+        width: 100% !important;
     }
 }
 

Reply via email to