mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Tweak maximum length of drop down menu
This commit is contained in:
parent
185790e32a
commit
86d55c1c4d
2 changed files with 19 additions and 1 deletions
4
docsite/_static/ansible-local.css
Normal file
4
docsite/_static/ansible-local.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* Local CSS tweaks for ansible */
|
||||
.dropdown-menu {
|
||||
overflow-y: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue