mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
**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).