fixed styling on prompt tooltips
This commit is contained in:
parent
e16cd62043
commit
e5da4fdab4
|
|
@ -2706,10 +2706,13 @@ def create_demo():
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
#queue_df td:nth-child(-n+6) {
|
#queue_df td:nth-child(-n+5) {
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
#queue_df td:nth-child(6) {
|
||||||
|
cursor: default !important;
|
||||||
|
}
|
||||||
#queue_df th {
|
#queue_df th {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue