Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -849,7 +849,7 @@ def side():
|
|
| 849 |
|
| 850 |
.tooltip-container .tooltiptext {
|
| 851 |
visibility: hidden;
|
| 852 |
-
max-width:
|
| 853 |
background-color: #f9f9f9;
|
| 854 |
color: #333;
|
| 855 |
text-align: left;
|
|
|
|
| 849 |
|
| 850 |
.tooltip-container .tooltiptext {
|
| 851 |
visibility: hidden;
|
| 852 |
+
max-width: auto; /* Tooltip width */
|
| 853 |
background-color: #f9f9f9;
|
| 854 |
color: #333;
|
| 855 |
text-align: left;
|