Project Address Text Overflow in the project card. #209

Merged
vikas.nale merged 1 commits from Kartik_Bug#509 into Issues_Jun_3W 2025-06-20 09:10:38 +00:00
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