eshan6704 commited on
Commit
4020107
·
verified ·
1 Parent(s): 7b50157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(25% - 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;
 
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;