diff --git a/frontend/src/app/lightning/node/node.component.html b/frontend/src/app/lightning/node/node.component.html
index 47b10184e..c6c693a3a 100644
--- a/frontend/src/app/lightning/node/node.component.html
+++ b/frontend/src/app/lightning/node/node.component.html
@@ -118,7 +118,7 @@
Features |
{{ bits }}
- ⊕
+
|
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss
index ac299a547..428752d60 100644
--- a/frontend/src/styles.scss
+++ b/frontend/src/styles.scss
@@ -1164,3 +1164,10 @@ app-master-page, app-liquid-master-page, app-bisq-master-page {
app-global-footer {
margin-top: auto;
}
+
+.btn-xs {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ line-height: 0.5;
+ border-radius: 0.2rem;
+}