Update new instance dialog

This commit is contained in:
Natsumi
2024-05-03 15:49:39 +12:00
parent b4a95bb248
commit c4780a96f7
5 changed files with 234 additions and 86 deletions

View File

@@ -94,6 +94,10 @@
-webkit-line-clamp: 1;
}
.notification-table .el-table .cell {
-webkit-line-clamp: 2;
}
.el-table__row:hover .el-table__cell .cell {
-webkit-line-clamp: unset;
}