Catalog alignment
[sdc.git] / catalog-ui / src / assets / styles / global.less
index 29e244e..f70fc44 100644 (file)
@@ -51,3 +51,12 @@ html {
     }
 
 }
+
+*[hidden] {
+    display: none !important;
+}
+
+.sdc-tooltip {
+    max-width: 300px;
+    word-wrap: break-word;
+}