Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-Siddiqui committed Oct 23, 2023
1 parent 7f96080 commit 49675cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">

<style>
/* Custom CSS */

.custom-card {
text-align: center;
background-color: #fff;
Expand All @@ -20,11 +20,11 @@
}

.custom-row {
margin-bottom: 10px; /* Add spacing between rows */
margin-bottom: 10px;
}

.custom-value {
white-space: nowrap; /* Ensure value spans one line */
white-space: nowrap;
}
</style>

Expand Down

0 comments on commit 49675cc

Please sign in to comment.