mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Docs: Fix table alignment
The table attempted to both center and left align some columns. Since that doesn't make sense asciidoctor just throw the entire alignment on the floor. This change left aligns it because I think that looks better than centering.
This commit is contained in:
parent
ca7257fda1
commit
3c4d6346f5
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Access for all spaces in {kib} is governed by a concept called "minimum privileg
|
|||
There are three options for minimum privilege:
|
||||
|
||||
|
||||
[cols="2*^<"]
|
||||
[cols="2*<"]
|
||||
|===
|
||||
|
||||
|`all`
|
||||
|
@ -39,7 +39,7 @@ access to individual spaces.
|
|||
|
||||
|
||||
==== Examples
|
||||
[cols="2*^<"]
|
||||
[cols="2*<"]
|
||||
|===
|
||||
|
||||
s|To provide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue