summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-06-29 15:45:56 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-06-29 15:45:56 +0300
commit611cff60e5d4c2d42e5ea4e9bcba6571a530c918 (patch)
tree7bb4abbc4e8452e9dde54ac117a5569f47fad227
parent83d2ad4587bbf1ab415b488ac1ca5d5306361cef (diff)
downloadwebui-vue-611cff60e5d4c2d42e5ea4e9bcba6571a530c918.tar.xz
Fix lable for search field in event logs
Issue: SILABMC-186
-rw-r--r--src/views/Logs/EventLogs/EventLogs.vue3
1 files changed, 3 insertions, 0 deletions
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;
}