Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ STYLE_BLOCK = """
|
|
| 45 |
gap: 15px; /* Space between individual key-value items */
|
| 46 |
}
|
| 47 |
.key-value-pair {
|
| 48 |
-
flex: 1 1 calc(
|
| 49 |
box-sizing: border-box; /* Include padding and border in the width */
|
| 50 |
min-width: 150px; /* Prevent items from becoming too narrow */
|
| 51 |
background: #fff;
|
|
|
|
| 45 |
gap: 15px; /* Space between individual key-value items */
|
| 46 |
}
|
| 47 |
.key-value-pair {
|
| 48 |
+
flex: 1 1 calc(20% - 15px); /* For 3 items in a row, considering gap */
|
| 49 |
box-sizing: border-box; /* Include padding and border in the width */
|
| 50 |
min-width: 150px; /* Prevent items from becoming too narrow */
|
| 51 |
background: #fff;
|