docs/develop/develop-images
Milan van Wouden 67e9850c77
Fix horizontal scroll for mobile view
**Issue**: An inline code block (single back-ticks) was too large, causing the width to be exceeded and a horizontal scrollbar to be included.

**Solution**: The inline code (single case) was transformed to a distinct code block (using triple back-ticks), which does not produce the same issue.

The issue was found for:
- Browser: Firefox Daylight 101.2.0
- OS: Android 10
- Phone resolution: 1440x2880 pixels

> When previewing the file on github, the inline code is properly split over multiple lines. However, this is not the case for the [docker docs webpage](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user).
2022-06-24 13:31:30 +02:00
..
baseimages.md Add some additional redirects for old URLs 2021-12-20 12:37:21 +01:00
build_enhancements.md Directories need the executable bit set. 2022-02-17 15:40:55 -08:00
dockerfile_best-practices.md Fix horizontal scroll for mobile view 2022-06-24 13:31:30 +02:00
image_management.md develop: use relative markdown links 2020-04-23 13:03:15 +02:00
multistage-build.md develop/develop-images: use "console" for shell examples 2021-08-06 17:19:55 +02:00