-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TMC-26238): Fix JSON object viewer style on safari with word-break (
- Loading branch information
Showing
4 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@talend/react-components': patch | ||
--- | ||
|
||
TMC-26238 - Fix JSON object viewer style on safari with word-break |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
@use '~@talend/bootstrap-theme/src/theme/guidelines' as *; | ||
@use '~@talend/design-tokens/lib/tokens'; | ||
|
||
// List styles | ||
.container { | ||
> li { | ||
padding-top: $padding-smaller; | ||
padding-bottom: $padding-smaller; | ||
padding-top: tokens.$coral-spacing-xxs; | ||
padding-bottom: tokens.$coral-spacing-xxs; | ||
border-bottom: 1px solid tokens.$coral-color-neutral-border; | ||
} | ||
} |
22 changes: 4 additions & 18 deletions
22
packages/components/src/ObjectViewer/Table/Table.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters