Skip to content

Commit 81658ca

Browse files
Center align text in command-docs table cells
Added 'text-align: center;' to the .command-docs-table td selector to improve the appearance and readability of table cell content.
1 parent 5e7b180 commit 81658ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/command-docs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ article table tbody tr:hover {
330330
margin-bottom: 2rem;
331331
font-size: 1.2rem;
332332
color: #59636e;
333+
text-align: center;
333334
}
334335

335336
.command-toc .toc-label {

0 commit comments

Comments
 (0)