odk/docs/idl_extra_styles.css | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit b97e9372289c9418febd945951a39703c34be13f Author: Ilmari Lauhakangas <[email protected]> AuthorDate: Tue Jul 1 22:02:58 2025 +0300 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Wed Jul 2 13:01:21 2025 +0200 tdf#163746 ODK API docs: place "optional" and "property" decorations closer to the definitions Change-Id: I29e3fdb57e5ee0acbbdd33fd2a9b2cb5f4e15736 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187254 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> (cherry picked from commit b1fedaf2c150411a50cca5ba23033d3e0c3c42a6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187270 Tested-by: Jenkins diff --git a/odk/docs/idl_extra_styles.css b/odk/docs/idl_extra_styles.css index 98cb5b95be96..fef91c25714d 100644 --- a/odk/docs/idl_extra_styles.css +++ b/odk/docs/idl_extra_styles.css @@ -6,6 +6,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* Place "optional" and "property" decorations closer to the definitions */ +td.mlabels-left { + width: auto; + max-width: 100%; +} + +/* Hack to insert an "unpublished" decoration when appropriate */ /* Doxygen 1.8 */ #top:not(:has(#nav-path .el:first-child[href^="dir_"])) ~ .header .title:not(:has(> .mlabels))::after { content: "unpublished";
