update nested table width to fit whole words (#845)

This commit is contained in:
Dimitar Nikolov 2023-02-07 18:24:00 +02:00 коммит произвёл GitHub
Родитель a64e336e5d
Коммит 94e86085e5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ The following sections describe attributes, child elements, and parent elements.
>caption `<add>` element
| | |
| ------ | ------ |
|Attributes|<table><colgroup><col span="1" style="width: 15%;"><col span="1" style="width: 85%;"></colgroup><tbody><tr><tr><td><strong>path</strong></td><td>Required attribute. Specifies the path to a fonts folder. The path can be absolute or relative to the current application folder.</td></tr><tr><td><strong>searchSubfolders</strong></td><td>Required attribute. Determines if the subfolders of the specified path will be recursively traversed. </td></tr></tbody></table>|
|Attributes|<table><colgroup><col span="1" style="width: 17%;"><col span="1" style="width: 83%;"></colgroup><tbody><tr><tr><td><strong>path</strong></td><td>Required attribute. Specifies the path to a fonts folder. The path can be absolute or relative to the current application folder.</td></tr><tr><td><strong>searchSubfolders</strong></td><td>Required attribute. Determines if the subfolders of the specified path will be recursively traversed. </td></tr></tbody></table>|
|Child elements|None|
|Parent element|__fontLocations__|