Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,10 @@ Variables for the Section layout:

Variables for the Transparent layout:

| Variable | Default Value | Description |
| :-------------------------------------- | :-----------: | :--------------------------- |
| `--df-transparent-array-item-max-width` | `338px` | Maximum width of array items |
| Variable | Default Value | Description |
| :-------------------------------------- | :-----------: | :------------------------------ |
| `--df-transparent-array-item-max-width` | `338px` | Maximum width of array items |
| `--df-transparent-error-wrapper-width` | `auto` | Transparent error wrapper width |

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
max-width: unset;

& > .#{$ns}error-wrapper {
width: auto;
width: var(--df-transparent-error-wrapper-width, auto);
}
}

Expand Down