13 lines
205 B
CSS
13 lines
205 B
CSS
@media print {
|
|
/* This is searched and replaced by the plugin according to the document direction */
|
|
body {
|
|
direction: ltr;
|
|
}
|
|
|
|
span.cm-tab {
|
|
width: 50px !important;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|