diff --git a/approot/explore.xml b/approot/explore.xml
index 2898a458..37ed09ef 100644
--- a/approot/explore.xml
+++ b/approot/explore.xml
@@ -27,7 +27,7 @@
- ${}${} ${name}
+ ${}${}${name}
diff --git a/src/ui/LmsApplication.cpp b/src/ui/LmsApplication.cpp
index 2435f6f2..2fed4fb0 100644
--- a/src/ui/LmsApplication.cpp
+++ b/src/ui/LmsApplication.cpp
@@ -206,6 +206,7 @@ LmsApplication::createCluster(Database::Cluster::pointer cluster, bool canDelete
res->setStyleClass("Lms-cluster");
res->setToolTip(cluster->getType()->getName(), Wt::TextFormat::Plain);
+ res->setInline(true);
return res;
}