diff --git a/html/src/app.scss b/html/src/app.scss
index f18175c1..769f59cc 100644
--- a/html/src/app.scss
+++ b/html/src/app.scss
@@ -94,6 +94,15 @@
-webkit-line-clamp: 1;
}
+.el-table th.is-sortable .cell {
+ display: flex;
+ align-items: center;
+}
+
+.el-table .caret-wrapper {
+ margin-top: 4.5px;
+}
+
.notification-table .el-table .cell {
-webkit-line-clamp: 2;
}