Merge "Prevent line wrapping for link syntax help column"

This commit is contained in:
jenkins-bot 2015-01-24 08:01:57 +00:00 committed by Gerrit Code Review
commit bca8c3cf69

View file

@ -262,6 +262,11 @@
.wikiEditor-ui-toolbar .section-help .page-table td.cell-description {
width: 20%;
}
/* T33649 */
.wikiEditor-ui-toolbar .section-help .page-table .table-link td.cell-syntax {
white-space: pre;
}
/* Characters Pages */
.wikiEditor-ui-toolbar .page-characters div span {
border: 1px solid #DDDDDD;