mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix text hover
This commit is contained in:
+10
-10
@@ -87,17 +87,17 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .el-table .cell {
|
|
||||||
// display: -webkit-box;
|
|
||||||
// -webkit-box-orient: vertical;
|
|
||||||
// -webkit-line-clamp: 1;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// expand table cell on hover, TODO: replace with a better solution
|
// expand table cell on hover, TODO: replace with a better solution
|
||||||
// .el-table__row:hover .el-table__cell .cell {
|
.el-table .cell {
|
||||||
// -webkit-box-orient: unset;
|
display: -webkit-box;
|
||||||
// -webkit-line-clamp: unset;
|
-webkit-box-orient: vertical;
|
||||||
// }
|
-webkit-line-clamp: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-table__row:hover .el-table__cell .cell {
|
||||||
|
display: revert;
|
||||||
|
-webkit-line-clamp: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.el-table th.is-sortable .cell {
|
.el-table th.is-sortable .cell {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user