@neo4j-ndl/base 3.3.16 → 3.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +1 -1
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -3646,6 +3646,7 @@ a.ndl-btn {
|
|
|
3646
3646
|
align-items:center;
|
|
3647
3647
|
justify-content:space-between;
|
|
3648
3648
|
gap:4px;
|
|
3649
|
+
overflow:hidden;
|
|
3649
3650
|
white-space:nowrap;
|
|
3650
3651
|
padding-top:10px;
|
|
3651
3652
|
padding-bottom:10px;
|
|
@@ -3685,7 +3686,6 @@ a.ndl-btn {
|
|
|
3685
3686
|
display:flex;
|
|
3686
3687
|
flex-direction:row;
|
|
3687
3688
|
gap:4px;
|
|
3688
|
-
overflow:hidden;
|
|
3689
3689
|
text-overflow:ellipsis;
|
|
3690
3690
|
width:auto;
|
|
3691
3691
|
justify-content:space-between;
|
package/lib/tokens/js/tokens.js
CHANGED