Merge pull request #841 from dalf/simple-cookie-ltr

Simple theme: the cookie table is always displayed left-to-right
This commit is contained in:
Markus Heiser 2022-01-29 20:20:47 +00:00 committed by GitHub
commit 2a6d84dab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -82,10 +82,11 @@
table.cookies {
width: 100%;
direction: ltr;
th,
td {
.ltr-text-align-left();
text-align: left;
font-family: monospace;
font-size: 1rem;
padding: 0.5em;