@neo4j-ndl/base 0.8.6 → 0.8.7
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/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on
|
|
423
|
+
* Generated on Thu, 27 Oct 2022 13:26:49 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -1869,7 +1869,7 @@ a.ndl-btn{
|
|
|
1869
1869
|
.ndl-form-item.ndl-type-text .form-item-label{
|
|
1870
1870
|
flex-direction: column-reverse;
|
|
1871
1871
|
align-items: flex-start;
|
|
1872
|
-
row-gap:
|
|
1872
|
+
row-gap: 5px;
|
|
1873
1873
|
}
|
|
1874
1874
|
.ndl-form-item.ndl-type-text .form-item-label .form-label-text{
|
|
1875
1875
|
--tw-text-opacity: 1;
|
package/lib/tokens/js/tokens.js
CHANGED