diff --git a/src/App.scss b/src/App.scss
index fd44dfb8..0e89a429 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -69,6 +69,12 @@ button{
flex: 1;
line-height: 21px;
height: 21px;
+ overflow: hidden;
+
+ .nav-icon {
+ font-size: 1.1em;
+ margin-left: 0.4em;
+ }
}
.gaps > .item {
diff --git a/src/App.vue b/src/App.vue
index 48cf9ea6..eb9bdf5d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,9 +6,9 @@