style: add plain-text-pre class, for long text fields (#74405)

This commit is contained in:
Frédéric Péters 2023-02-10 10:32:59 +01:00
parent eb66091ac3
commit cc91217aab
1 changed files with 4 additions and 0 deletions

View File

@ -1356,6 +1356,10 @@ body .leaflet-attribution-flag {
display: none !important;
}
.plain-text-pre {
white-space: pre-line;
}
@import 'grid';
@import 'fx-grid';
@import 'jqueryui';