Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
#component-6 {
|
| 31 |
height: 100%; /* Ensure component-6 fills the height of its parent */
|
| 32 |
width: min(512px, 100%); /* Ensure component-6 fills the width of its parent */
|
| 33 |
-
min-width: min(
|
| 34 |
border-style: solid;
|
| 35 |
overflow: hidden;
|
| 36 |
border-width: var(--block-border-width); /* Ensure border width adjusts dynamically */
|
|
|
|
| 30 |
#component-6 {
|
| 31 |
height: 100%; /* Ensure component-6 fills the height of its parent */
|
| 32 |
width: min(512px, 100%); /* Ensure component-6 fills the width of its parent */
|
| 33 |
+
min-width: min(512px, 100%);
|
| 34 |
border-style: solid;
|
| 35 |
overflow: hidden;
|
| 36 |
border-width: var(--block-border-width); /* Ensure border width adjusts dynamically */
|