# HG changeset patch # User Bernhard Reiter # Date 1543504441 -3600 # Node ID 350e9a168bc89b83bdd8e48c49958f69a6fc4f2c # Parent acb4e493775eb1daaa6e9c146b1ccb6a6d1dc88f client: improve translation of sidebar * Use general css fix to the vue-gettext removing leading white-space problem for the sidebar. This way only one place needs to be changed. diff -r acb4e493775e -r 350e9a168bc8 client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Thu Nov 29 15:44:15 2018 +0100 +++ b/client/src/components/Sidebar.vue Thu Nov 29 16:14:01 2018 +0100 @@ -9,7 +9,7 @@ @@ -146,10 +146,8 @@ padding: 0.5rem 1rem color: #333 text-decoration: none - svg - margin-right: 0.5rem - path - fill: #666 + svg path + fill: #666 &:hover background-color: #f8f8f8 &.router-link-exact-active