pre {
  white-space: pre-wrap;
}

/* Hide indicator elements instead of changing opacity */
.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator {
    display: inline;
}
.htmx-request.htmx-indicator {
    display: inline;
}

.htmx-request .non-indicator {
    display: none;
}
