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