mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
styles: fix inline images (#22835)
<!--Delete sections as needed --> ## Description Inline images have large margins. Example: https://docs.docker.com/desktop/setup/vm-vdi/#use-docker-cloud. This classifies inline images as not prose to not tack on the extra margin since it's inline. Fixed example: https://deploy-preview-22835--docsdocker.netlify.app/desktop/setup/vm-vdi/#use-docker-cloud ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
src="{{ $src }}"
|
||||
alt="{{ $alt }}"
|
||||
{{ with $title }}title="{{ . }}"{{ end }}
|
||||
class="inline my-0"
|
||||
class="inline my-0 not-prose"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user