ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
337 stars 77 forks source link

Last lines on Playbook Explanation are hard to read #1370

Closed TamiTakamiya closed 3 weeks ago

TamiTakamiya commented 3 weeks ago

This is the continuation of #1347.

After #1347, the visibility of ThumbsUp/Down icons were improved, but the readability of last lines of playbook explanation has been a problem. This PR inserts a 30-px height div element at the bottom of the explanation and resolve the overlapping issue when the window is scrolled down to the bottom.

image

image