change width box for help message to auto

This commit is contained in:
Laurent Mazet 2020-09-28 22:35:52 +02:00
parent b6eaba6d21
commit 68d00c4839
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ td.blink {
#help-messages {
box-sizing:border-box;
overflow:auto;
width: 20em;
width: auto;
margin-bottom:1px;
}