Project Address Text Overflow.

This commit is contained in:
Kartik sharma 2025-06-19 10:43:42 +05:30
parent 41af98e340
commit 882e3dd414
2 changed files with 2 additions and 1 deletions

View File

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

View File

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