Spaces:
Runtime error
Runtime error
Commit
·
af3bd4e
1
Parent(s):
5315878
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
128 |
#share-btn-container .wrap {
|
129 |
display: none !important;
|
130 |
}
|
131 |
-
#gallery .caption-label
|
132 |
font-size: 15px !important;
|
133 |
right: 0 !important;
|
134 |
max-width: 100% !important;
|
@@ -138,7 +138,7 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
138 |
height: 20% !important;
|
139 |
}
|
140 |
|
141 |
-
#gallery .caption
|
142 |
padding: var(--size-2) var(--size-3) !important;
|
143 |
text-overflow: clip !important;
|
144 |
white-space: normal !important; /* Allows the text to wrap */
|
|
|
128 |
#share-btn-container .wrap {
|
129 |
display: none !important;
|
130 |
}
|
131 |
+
#gallery .caption-label {
|
132 |
font-size: 15px !important;
|
133 |
right: 0 !important;
|
134 |
max-width: 100% !important;
|
|
|
138 |
height: 20% !important;
|
139 |
}
|
140 |
|
141 |
+
#gallery .caption {
|
142 |
padding: var(--size-2) var(--size-3) !important;
|
143 |
text-overflow: clip !important;
|
144 |
white-space: normal !important; /* Allows the text to wrap */
|