Project Address Text Overflow.

This commit is contained in:
Kartik sharma 2025-06-19 10:43:42 +05:30 committed by Vikas Nale
parent 0131dfaa29
commit a5161756c3
2 changed files with 2 additions and 1 deletions

View File

@ -4978,6 +4978,7 @@ fieldset:disabled .btn {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
word-break: break-word;
}
.card-title {

View File

@ -143,7 +143,7 @@ const Attendance = ({
</tbody>
</table>
{!loading > 20 && (
{!loading && filteredData.length > 20 && (
<nav aria-label="Page ">
<ul className="pagination pagination-sm justify-content-end py-1">
<li