Merge "Remove non-helpful whitespace from "Headings" help panel"

This commit is contained in:
jenkins-bot 2024-04-18 06:51:19 +00:00 committed by Gerrit Code Review
commit a1a2d23d54

View file

@ -295,27 +295,38 @@
vertical-align: top; vertical-align: top;
} }
td.cell-syntax { .cell-syntax {
font-family: monospace, 'Courier'; font-family: monospace, 'Courier';
} }
td.cell-syntax, .cell-syntax,
td.cell-result { .cell-result {
width: 40%; width: 40%;
} }
td.cell-description { .cell-description {
width: 20%; width: 20%;
} }
/* T33649 */ /* T33649 */
.table-link { .table-link {
td.cell-syntax, .cell-syntax,
span.pre-wrap { span.pre-wrap {
white-space: pre; white-space: pre;
} }
} }
} }
.cell-result {
h2,
h3,
h4,
h5 {
margin-bottom: 0;
margin-top: 0;
padding-top: 0;
}
}
} }
/* Characters Pages */ /* Characters Pages */