It was me 😉
I double checked your issue and can confirm: I looks wrong and I'll fix that for the next version.
But since it is a CSS-related issue, you can fix it easily and remove the line completely. Here is how:
- Open in adoc Studio the "Settings…" and go to the last tab "Product Styles"
- Duplicate (using the context menu) the Style you use and give it a propper name
- Now (again, using the context menu) Edit the new style in your favorite Editor and add the following three lines in the css-file.
#header .details {
border-bottom: none;
}
If you don't know where to place that, just add it below the first section (where all the "--ads-XYZ" lines are listed).