Skip to content

Commit 2cd65ea

Browse files
committed
minor #9472 [Console] Updated the style of the new "box" table (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [Console] Updated the style of the new "box" table This fixes #9456. Commits ------- 62b4cc4 Updated the style of the new "box" table
2 parents d6f0c36 + 62b4cc4 commit 2cd65ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/helpers/table.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ which outputs:
152152

153153
.. code-block:: text
154154
155-
───────────────────────────────────────────────────────────
155+
───────────────────────────────────────────────────────────
156156
│ ISBN │ Title │ Author │
157-
───────────────┼──────────────────────────┼──────────────────
157+
───────────────┼──────────────────────────┼──────────────────
158158
│ 99921-58-10-7 │ Divine Comedy │ Dante Alighieri │
159159
│ 9971-5-0210-0 │ A Tale of Two Cities │ Charles Dickens │
160160
│ 960-425-059-0 │ The Lord of the Rings │ J. R. R. Tolkien │
161161
│ 80-902734-1-6 │ And Then There Were None │ Agatha Christie │
162-
───────────────────────────────────────────────────────────
162+
───────────────────────────────────────────────────────────
163163
164164
.. versionadded:: 4.1
165165
The ``box`` style was introduced in Symfony 4.1.

0 commit comments

Comments
 (0)