8000 "Creating Pages" not responsive · symfony/symfony-docs@6c9930f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c9930f

Browse files
"Creating Pages" not responsive
I noticed that while reading this page on my mobile device (a Samsung Galaxy S22), the content was not fully responsive, which was quite annoying to scroll horizontally to read. While debugging this issue, I figure out that removing the "table" element under the `The bin/console Command` section resolved the problem (~ not entirely sure why). I am proposing displaying the console output of the command `php bin/console debug:router` as a terminal block.
1 parent 1a7913d commit 6c9930f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

page_creation.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,13 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
166166
167167
You should see your ``app_lucky_number`` route in the list:
168168

169-
================== ======== ======== ====== ===============
170-
Name Method Scheme Host Path
171-
================== ======== ======== ====== ===============
172-
app_lucky_number ANY ANY ANY /lucky/number
173-
================== ======== ======== ====== ===============
169+
.. code-block:: terminal
170+
171+
---------------- ------- ------- ----- --------------
172+
Name Method Scheme Host Path
173+
---------------- ------- ------- ----- --------------
174+
app_lucky_number ANY ANY ANY /lucky/number
175+
---------------- ------- ------- ----- --------------
174176
175177
You will also see debugging routes besides ``app_lucky_number`` -- more on
176178
the debugging routes in the next section.

0 commit comments

Comments
 (0)
0