commit | f4b2a331ff3587c0d9e844f05394e503fc69c287 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Dec 11 15:32:34 2019 +0100 |
committer | Akron <nils@diewald-online.de> | Fri Dec 13 12:26:17 2019 +0100 |
tree | d005e4a30b24ff7074fd9f81b92459a2970714bf | |
parent | 22598cdad1f45dc43bcf03c0abb3c06b1dfa2b00 [diff] |
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; }