mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -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
4442f45e2e
commit
4bcc42a5f1
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