summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-06-29 16:38:55 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-06-29 16:38:55 +0300
commitcb3e67e888d41b975ab81dc06442b81c153a97c2 (patch)
treef2b0fa6b96bdd15ad50554f9b2a5f7eb76ae7a10
parent611cff60e5d4c2d42e5ea4e9bcba6571a530c918 (diff)
downloadwebui-vue-cb3e67e888d41b975ab81dc06442b81c153a97c2.tar.xz
Fix height icon
Issue: SILABMC-179
-rw-r--r--src/components/Global/InfoTooltip.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Global/InfoTooltip.vue b/src/components/Global/InfoTooltip.vue
index c91109d1..950b6c3e 100644
--- a/src/components/Global/InfoTooltip.vue
+++ b/src/components/Global/InfoTooltip.vue
@@ -28,6 +28,7 @@ export default {
.btn-tooltip {
padding: 0;
line-height: 1em;
+ height: auto;
svg {
vertical-align: baseline;
}