Skip to content

Commit 3281402

Browse files
Fix api table on webkit and align it to the right
1 parent 53f72e2 commit 3281402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc-tool/resources/css/dottydoc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ footer img#author-img {
162162
padding-left: 1em;
163163
border-left: 3px solid transparent;/* table rows cannot have borders*/
164164
font-family: var(--font-family-monospace);
165-
width: 0;
165+
text-align: right;
166+
width: 1px;
166167
}
167168
.api .member:hover .left-column {
168169
border-left: 3px solid var(--secondary);

0 commit comments

Comments
 (0)