mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
8 lines
106 B
CSS
8 lines
106 B
CSS
/* Local CSS tweaks for ansible */
|
|
.dropdown-menu {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
h2 {
|
|
padding-top: 40px;
|
|
} |