From 49160be26802ec9e0b351f1a9e416f3f7fd7a83a Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Fri, 27 Dec 2024 10:46:55 +0100 Subject: [PATCH] add note for shorthand margin --- .../javascript/common/user-feedback/configuration/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx index 3f22cff3bd60b..05e33683e5ef9 100644 --- a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx +++ b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx @@ -142,7 +142,7 @@ The following values are only available as CSS variables, and apply to both dark | `--font-size` | `14px` | The font size. | | `--z-index` | `100000` | The z-index of the widget. | | `--inset` | `auto 0 0 auto` | By default, the widget has fixed position, and is in the bottom right corner. | -| `--page-margin` | `16px` | The margin from the edge of the screen that the widget should be positioned. | +| `--page-margin` | `16px` | The margin from the edge of the screen that the widget should be positioned. This also accepts shorthand values like `10px 20px 30px 10px` for top/right/bottom/left margins. | Colors can be customized by by defining CSS variables that override the default values, or by passing `themeLight` and/or `themeDark` to `feedbackIntegration({})`.