From b86b1d4c4d0cb3b1a5c7e4bdc3a7921af14e23a9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 24 Apr 2025 00:11:59 +0200 Subject: [PATCH] fix table formatting (#9569) --- docs/docs/settings/experimental.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/settings/experimental.md b/docs/docs/settings/experimental.md index ae765509bf..3b2b20af35 100644 --- a/docs/docs/settings/experimental.md +++ b/docs/docs/settings/experimental.md @@ -13,5 +13,5 @@ Superusers can configure run-time conditions [as per django-flags](https://cfpb. ## Current Experimental Features | Feature | Key | Description | -| ------- | ----------- | -| oAuth provider / api | OIDC | Use oAuth and OIDC to authenticate users with the API - [read more](../api/index.md#oauth2--oidc). | +| --- | --- | --- | +| oAuth provider / api | OIDC | Use oAuth and OIDC to authenticate users with the API - [read more](../api/index.md#oauth2--oidc) |