diff --git a/src/views/dashboard/controls/Event.vue b/src/views/dashboard/controls/Event.vue index 48cbb1ed..ee6c3632 100644 --- a/src/views/dashboard/controls/Event.vue +++ b/src/views/dashboard/controls/Event.vue @@ -164,8 +164,10 @@ limitations under the License. --> } .event-inspector { - text-align: center; - line-height: 30px; + display: flex; + align-items: center; + justify-content: center; + height: 100%; font-size: $font-size-normal; font-weight: bold; }