fix(docs-infra): fix table header layout in API pages (#24919)
PR Close #24919
This commit is contained in:

committed by
Victor Berchet

parent
2d38fa104b
commit
3cd9645daa
@ -31,13 +31,10 @@
|
||||
}
|
||||
|
||||
.method-table, .option-table, .list-table {
|
||||
th {
|
||||
display: flex;
|
||||
.with-github-links {
|
||||
align-items: center;
|
||||
|
||||
h3 {
|
||||
flex: 1;
|
||||
}
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.github-links {
|
||||
a {
|
||||
|
Reference in New Issue
Block a user