summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-06-30 12:18:07 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-06-30 12:18:07 +0300
commit1d5164e5ac07f2be006f3140a27763ee7729e097 (patch)
treea88d48043b71fd3e2fd23b82663362fe6cb2562b
parentdda50defaeea3a6f4bd68892d71ec94f3cd62113 (diff)
parentcb3e67e888d41b975ab81dc06442b81c153a97c2 (diff)
downloadwebui-vue-1d5164e5ac07f2be006f3140a27763ee7729e097.tar.xz
Merge branch 'sila-dev' of git.sila.ru:pub/openbmc/webui-vue into sila-dev
-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;
}