sag_components 2.0.0-beta347 → 2.0.0-beta348
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/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42875,6 +42875,7 @@ const NotAvailableText = styled.div`
|
|
|
42875
42875
|
border: 1px solid #D1D5DB;
|
|
42876
42876
|
border-radius: 4px;
|
|
42877
42877
|
background: white;
|
|
42878
|
+
box-sizing: border-box;
|
|
42878
42879
|
|
|
42879
42880
|
&:hover {
|
|
42880
42881
|
border-color: rgba(0, 0, 0, 0.6);
|