website: Move a comment.

This is a follow-up to d3f524d4ea.

* apps/base/templates/components.scm (menu-dropdown)[style]:
Move comment on initial values to correct place.
This commit is contained in:
Florian Pelz 2021-04-11 22:19:43 +02:00
parent c1438b5695
commit 81a6c477d9
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 2 additions and 1 deletions

View File

@ -309,8 +309,9 @@ manual.
(style ,(string-append "#" id ":checked ~ #submenu-" label-hash "
{
min-width: 150px;
/* reset to initial values: */
width: max-content;
/* reset to initial values: */
height: auto;
overflow: visible;
}"))