nagasurendra commited on
Commit
f401390
·
verified ·
1 Parent(s): 95ee1a9

Update templates/reward_status.html

Browse files
Files changed (1) hide show
  1. templates/reward_status.html +4 -3
templates/reward_status.html CHANGED
@@ -36,10 +36,11 @@
36
  padding: 20px;
37
  border-radius: 10px;
38
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
39
- height: auto;
40
- max-height: 800px;
41
- overflow: hidden;
42
  }
 
43
  .item-section {
44
  width: 100%; /* Default to 100% width on small screens */
45
  height: auto;
 
36
  padding: 20px;
37
  border-radius: 10px;
38
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
39
+ height: auto; /* Changed from fixed height to auto */
40
+ max-height: none; /* Removed max-height limitation */
41
+ overflow: visible; /* Ensure content is visible */
42
  }
43
+
44
  .item-section {
45
  width: 100%; /* Default to 100% width on small screens */
46
  height: auto;