Update templates/reward_status.html
Browse files
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:
|
| 41 |
-
overflow:
|
| 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;
|