summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-03-04 09:59:47 +0300
committerDerick Montague <derick.montague@ibm.com>2020-03-20 21:26:14 +0300
commit3f6710a09c953405cc0bc8014eab89887122b17d (patch)
tree713e6118de3922bee39a690e2e3361069697056e /src/components
parenta06fe4695e7e4c09ea07540d3353cb05c36f1e37 (diff)
downloadwebui-vue-3f6710a09c953405cc0bc8014eab89887122b17d.tar.xz
Add buttons documentation
- Add documentation for how to use buttons - Update markup and CSS rulesets to support icons on the left or the right of text Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ic897f416e85824287360bc7ef5dc47c402d64eba
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Global/InputPasswordToggle.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Global/InputPasswordToggle.vue b/src/components/Global/InputPasswordToggle.vue
index 3199cab3..40fb7443 100644
--- a/src/components/Global/InputPasswordToggle.vue
+++ b/src/components/Global/InputPasswordToggle.vue
@@ -52,6 +52,7 @@ export default {
svg {
margin-left: 0;
+ vertical-align: sub;
}
}
</style>