fixed styling on prompt tooltips

This commit is contained in:
Chris Malone 2025-03-30 07:12:00 +11:00
parent e16cd62043
commit e5da4fdab4

View File

@ -2706,10 +2706,13 @@ def create_demo():
overflow: hidden;
text-overflow: ellipsis;
}
#queue_df td:nth-child(-n+6) {
#queue_df td:nth-child(-n+5) {
cursor: default !important;
pointer-events: none;
}
#queue_df td:nth-child(6) {
cursor: default !important;
}
#queue_df th {
pointer-events: none;
}