Table Wrap for Name Column

这个提交包含在:
HB9HIL 2023-10-04 22:34:14 +02:00
父节点 7d09f2e0f5
当前提交 af739a6386

查看文件

@ -41,6 +41,9 @@ echo "var user_options = $options;";
.btn {
white-space: normal;
}
#qsoList td:nth-child(11) {
white-space: normal;
}
</style>
<?php
$options = json_decode($options);