@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 CHANGED
@@ -27001,9 +27001,15 @@ const Container$l = styled__default.default.main`
27001
27001
  padding: 10px;
27002
27002
  text-align: left;
27003
27003
  }
27004
- td > a {
27004
+
27005
+ td > a:only-child {
27005
27006
  padding: 5px 10px;
27006
27007
  }
27008
+
27009
+ td > a:not(:only-child) {
27010
+ padding: 0;
27011
+ }
27012
+
27007
27013
  th {
27008
27014
  font-weight: bold;
27009
27015
  }