[wp-meta] [Making WordPress.org] #5033: Cpabilities table is formatted in a bad way
Making WordPress.org
noreply at wordpress.org
Thu Feb 13 08:30:08 UTC 2020
#5033: Cpabilities table is formatted in a bad way
-----------------------+-------------------------
Reporter: Presskopp | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords: needs-patch
-----------------------+-------------------------
The capabilities table here
https://wordpress.org/support/article/roles-and-capabilities/#capability-
vs-role-table
is ugly and unreadable. Let's patch it please.
I have a little CSS to share that's hopefully helping
{{{
table {
font-size: 80%;
}
th {
transform: rotate(-67deg);
text-align: center;
padding: 24px 0 25px 12px;
}
td:not(:first-child) {
text-align: center;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5033>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list