Fix toggle button to work in right aligned contexts

Change-Id: I456dd360bf227f50b728e4a3d31e66e01575569e
diff --git a/dev/scss/main/buttongroup.scss b/dev/scss/main/buttongroup.scss
index e0d2cba..756ad58 100644
--- a/dev/scss/main/buttongroup.scss
+++ b/dev/scss/main/buttongroup.scss
@@ -52,6 +52,7 @@
       font-family: 'FontAwesome';
       width: 1.2em;
       display: inline-block;
+      text-align: left;
       &:not(.checked)::after {
         content: $fa-check;
       }