Don't limit tables to 50% width in REST API documentation
Fixing the width of the tables to 50% makes it difficult to read
entries that have long descriptions.
Change-Id: Ic080c684bc5cf009d47149b2839390c66f3e9af0
diff --git a/Documentation/rest-api-access.txt b/Documentation/rest-api-access.txt
index ffde05f..3cbf3eb 100644
--- a/Documentation/rest-api-access.txt
+++ b/Documentation/rest-api-access.txt
@@ -292,7 +292,7 @@
The `AccessSectionInfo` describes the access rights that are assigned
on a ref.
-[options="header",width="50%",cols="1,^1,5"]
+[options="header",cols="1,^1,5"]
|==================================
|Field Name ||Description
|`permissions` ||
@@ -306,7 +306,7 @@
The `PermissionInfo` entity contains information about an assigned
permission.
-[options="header",width="50%",cols="1,^1,5"]
+[options="header",cols="1,^1,5"]
|==================================
|Field Name ||Description
|`label` |optional|
@@ -324,7 +324,7 @@
The `PermissionRuleInfo` entity contains information about a permission
rule that is assigned to group.
-[options="header",width="50%",cols="1,^1,5"]
+[options="header",cols="1,^1,5"]
|==================================
|Field Name ||Description
|`action` ||
@@ -346,7 +346,7 @@
The `ProjectAccessInfo` entity contains information about the access
rights for a project.
-[options="header",width="50%",cols="1,^1,5"]
+[options="header",cols="1,^1,5"]
|==================================
|Field Name ||Description
|`revision` ||