mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-28 02:00:34 +00:00
Merge "Prevent line wrapping for link syntax help column"
This commit is contained in:
commit
bca8c3cf69
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue