fix bug in netmap sidebar and better hiding for too_many_devices

This commit is contained in:
Oliver Gorwits
2023-11-12 07:30:23 +00:00
parent ac54635628
commit 0867417430
2 changed files with 6 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ td > form.nd_inline-form {
}
/* set default state of collapsible lists as collapsed (hidden) */
.nd_collapse-pre-hidden {
.nd_collapse-pre-hidden, .nd_disabled-feature {
display: none;
}