diff --git a/scm-ui/ui-components/src/Tooltip.tsx b/scm-ui/ui-components/src/Tooltip.tsx index 5b71f91758..393b2213db 100644 --- a/scm-ui/ui-components/src/Tooltip.tsx +++ b/scm-ui/ui-components/src/Tooltip.tsx @@ -15,9 +15,9 @@ class Tooltip extends React.Component { render() { const { className, message, location, children } = this.props; - const multiline = message.length > 60 ? "is-tooltip-multiline" : ""; + const multiline = message.length > 60 ? "has-tooltip-multiline" : ""; return ( - + {children} ); diff --git a/scm-ui/ui-styles/public/index.html b/scm-ui/ui-styles/public/index.html index ce3aaf0ecc..504398bfa1 100644 --- a/scm-ui/ui-styles/public/index.html +++ b/scm-ui/ui-styles/public/index.html @@ -627,7 +627,7 @@
@@ -638,7 +638,7 @@
@@ -651,7 +651,7 @@
@@ -662,7 +662,7 @@
@@ -677,7 +677,7 @@
@@ -688,7 +688,7 @@
@@ -701,7 +701,7 @@
@@ -712,7 +712,7 @@
@@ -725,7 +725,7 @@ diff --git a/scm-webapp/src/main/resources/templates/repository-migration.mustache b/scm-webapp/src/main/resources/templates/repository-migration.mustache index 9c76438667..0845655c90 100644 --- a/scm-webapp/src/main/resources/templates/repository-migration.mustache +++ b/scm-webapp/src/main/resources/templates/repository-migration.mustache @@ -36,13 +36,13 @@ Original name Type New namespace - + New name - + Strategy - +
Change all: