Skip to content

Commit cc4c98b

Browse files
committed
docs: add max-width properties
1 parent 4eae990 commit cc4c98b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/customization/styles.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The tables below lists all the available properties you can override:
6262

6363
```css
6464
:root {
65+
6566
--feedback-modal-button-bg-color: var(--feedback-white-color);
6667
--feedback-modal-button-bg-color-active: var(--feedback-white-color);
6768
--feedback-modal-button-border-color: var(--feedback-light-color);
@@ -79,6 +80,8 @@ The tables below lists all the available properties you can override:
7980
--feedback-modal-button-text-color-active: var(--feedback-primary-color);
8081
--feedback-modal-close-bg-color: var(--feedback-white-color);
8182
--feedback-modal-close-color: var(--feedback-dark-color);
83+
--feedback-modal-content-max-width: 600px;
84+
--feedback-modal-content-sidebar-max-width: 300px;
8285
--feedback-modal-content-bg-color: var(--feedback-white-color);
8386
--feedback-modal-content-border-color: var(--feedback-light-color);
8487
--feedback-modal-content-border-radius: 8px;

0 commit comments

Comments
 (0)