openatc-components 0.1.174 → 0.1.175
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/package.json
CHANGED
|
@@ -266,7 +266,6 @@
|
|
|
266
266
|
style="enable-background:new 0 0 50 50;"
|
|
267
267
|
:width="Widths"
|
|
268
268
|
:height="Heights"
|
|
269
|
-
overflow='visible'
|
|
270
269
|
xml:space="preserve">
|
|
271
270
|
<!-- <style type="text/css">
|
|
272
271
|
.st0{fill:#CBD3DB;}
|
|
@@ -1055,6 +1054,9 @@ export default {
|
|
|
1055
1054
|
</script>
|
|
1056
1055
|
|
|
1057
1056
|
<style scoped>
|
|
1057
|
+
svg:not(:root){
|
|
1058
|
+
overflow: unset;
|
|
1059
|
+
}
|
|
1058
1060
|
.invisible {
|
|
1059
1061
|
visibility: hidden;
|
|
1060
1062
|
}
|