@nnc-digital/nnc-design-system 1.0.0-alpha8 → 1.0.0-alpha9
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/build/index.js +7 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +7 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -26988,9 +26988,15 @@ const Container$l = styled.main`
|
|
|
26988
26988
|
padding: 10px;
|
|
26989
26989
|
text-align: left;
|
|
26990
26990
|
}
|
|
26991
|
-
|
|
26991
|
+
|
|
26992
|
+
td > a:only-child {
|
|
26992
26993
|
padding: 5px 10px;
|
|
26993
26994
|
}
|
|
26995
|
+
|
|
26996
|
+
td > a:not(:only-child) {
|
|
26997
|
+
padding: 0;
|
|
26998
|
+
}
|
|
26999
|
+
|
|
26994
27000
|
th {
|
|
26995
27001
|
font-weight: bold;
|
|
26996
27002
|
}
|