-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard to interpret the dashes because of line breaks #4480
Comments
@mmattel we'd need a fix in the https://doc.owncloud.com/assets/css/site.css Current CSS rule breaks everything:
|
This is not the correct approach, we need to to set the col widths in the table definition correctly in the adoc file. ATM, the col widths set are crap, the build process renders based on that. Fixing this is necessary. Will do a proposal for this. |
Just for the record regarding tables in Antora: The table in the above example will contain four columns. When the specifier is a number, such as 1 or 50, the integer represents the width of the column in proportion to the other columns in the table. From: https://docs.asciidoctor.org/asciidoc/latest/tables/add-columns/ We have defined them like: |
This update corrects the column widths to have a better rendering. Referencing: owncloud/docs#4480
This update corrects the column widths to have a better rendering. Referencing: owncloud/docs#4480
Why don't we set Mozilla developer documentation about the |
Words within a `<code>` block should never be hyphenated. Fixes owncloud/docs#4480
I have checked this with the PR referenced. No wonder, nothing changed as the column with was set as described above. Therefore the css rule cant overwrite this. The column with needs realignment - most likely using |
WHAT Needs to be Documented?
Improve the visibility of dashes in the keys of MDM configuration paramaters.
WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/ios-app/next/appendices/mdm.html
WHY Should This Change Be Made?
When looking at the key, it's hard to tell if the dash (-) is part of the key, or is because a word is too long to display and spans multiple lines. For example:
item-policy.local-copy-expiration
reads on the webpage as:
So it's hard to tell which dashes are part of the keyword and which are because of line breaks.
What Type Of Content Change Is This?
Manual related to
The text was updated successfully, but these errors were encountered: