summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Global/InfoTooltip.vue1
-rw-r--r--src/views/Logs/EventLogs/EventLogs.vue3
2 files changed, 4 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;
}
diff --git a/src/views/Logs/EventLogs/EventLogs.vue b/src/views/Logs/EventLogs/EventLogs.vue
index 41de40fd..5b6f8535 100644
--- a/src/views/Logs/EventLogs/EventLogs.vue
+++ b/src/views/Logs/EventLogs/EventLogs.vue
@@ -619,6 +619,9 @@ export default {
};
</script>
<style lang="scss" scoped>
+.semi-bold-14px {
+ margin: auto 0;
+}
.row {
margin: 0px;
}