/* batch-05-cesm1.1-modelnl — theme-specific overrides on top of Unity */

/* Variable-table help text: <pre> defaults to white-space: pre, which keeps
   long help strings on a single line and pushes the table outside the
   main-content-wrapper column. Allow wrapping (still preserves source line
   breaks) and break long unbreakable strings so the table stays in column. */
.table pre {
    white-space: pre-wrap;
    word-break: break-word;
}
