Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix html syntax
Browse files
app.py
CHANGED
|
@@ -111,7 +111,6 @@ st.markdown(
|
|
| 111 |
"details > summary { font-size: 1rem; font-weight: 500; }"
|
| 112 |
".stTabs [data-baseweb='tab'] { font-size: 1rem; }"
|
| 113 |
".stFileUploader label { font-size: 1rem; }"
|
| 114 |
-
/* Multiselect: show full label on hover when text is truncated */
|
| 115 |
"[data-baseweb='tag'] span { cursor: default; }"
|
| 116 |
"[data-baseweb='menu'] li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }"
|
| 117 |
"[data-baseweb='menu'] li:hover { overflow: visible; white-space: normal; z-index: 9999; }"
|
|
|
|
| 111 |
"details > summary { font-size: 1rem; font-weight: 500; }"
|
| 112 |
".stTabs [data-baseweb='tab'] { font-size: 1rem; }"
|
| 113 |
".stFileUploader label { font-size: 1rem; }"
|
|
|
|
| 114 |
"[data-baseweb='tag'] span { cursor: default; }"
|
| 115 |
"[data-baseweb='menu'] li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }"
|
| 116 |
"[data-baseweb='menu'] li:hover { overflow: visible; white-space: normal; z-index: 9999; }"
|