Skip to content

Commit ed26c8f

Browse files
committed
similar issue to history table misalignment with multiline help descriptions
1 parent f8a67fc commit ed26c8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/issues/html/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,10 @@ and not in the middle Issue2550809: History display misalignment */
161161
table.history td {
162162
vertical-align: top;
163163
}
164+
165+
/* similar issue as above with history table. Align labels to the
166+
left at the top of possible multiline description and other
167+
columns */
168+
table.classhelp td {
169+
vertical-align: top;
170+
}

0 commit comments

Comments
 (0)