I'm using Apex 19.1 with a version 18.0.0 database. They are installed on a Windows 10 server. I have an application screen that contains a rich text editor field. That field stores the data in a CLOB field in the database.
Whenever the user presses a return key (hard return), Apex adds a blank line after the return. When I look at the data using SQL Developer, the line of data is embedded with a <p> and </p>. It seems that the <p> is forcing the unwanted blank line. Is there a way to adjust the Rich Text Editor or CSS to avoid inserting a blank line after every carriage return?