Line break problem

Hi. I have the problem that I am not respecting the line break. Any suggestions on how to fix it?

thanks
brave_LGxd8Bw0Ke

Hi @abraxas. Could you send me a link for the public page of this item? This should be easily fixed via css, I just have to make a few tests.

1 curtida
[escribe o pega el código aquí](https://redescubramossonora.mx/repositorio/plano-de-la-colonia-de-torim-suelo-agricola/)

Thanks!

So a quick solution would be to go into your theme settings, under Appearance → Custom CSS and add this line:

.tainacan-item-single-page .tainacan-item-single .metadata-type-textarea {
     white-space: pre-line !important;
}

I would have to take further investigation to see if I should add this to the plugin itself, but this should fix your case.

thanks for your help… your solution only fixes the “Descripción física” field. the “Descripción” and "Procedencia
procedencia


" fields still appear without the line break.

any idea how to fix it? thanks

Yes! Sorry, this should do the trick:

.tainacan-item-single-page .tainacan-item-single .metadata-type-textarea,
.tainacan-item-single-page .tainacan-item-single .metadata-type-core_description {
     white-space: pre-line !important;
}

1 curtida

thank you very much Mateus for your help and patience! it worked perfect! cheers!