"Adding margin-bottom to the pagination section in Directory Notes."
This commit is contained in:
parent
baf6a4cf54
commit
111325968d
@ -130,7 +130,7 @@ const NotesCardViewDirectory = ({ notes, setNotesForFilter, searchText, filterAp
|
|||||||
{/* Pagination */}
|
{/* Pagination */}
|
||||||
{totalPages > 1 && (
|
{totalPages > 1 && (
|
||||||
<div className="d-flex justify-content-end mt-2 align-items-center gap-2"
|
<div className="d-flex justify-content-end mt-2 align-items-center gap-2"
|
||||||
style={{ marginRight: '70px' }}>
|
style={{ marginBottom: '70px' }}>
|
||||||
{/* Previous Button */}
|
{/* Previous Button */}
|
||||||
<button
|
<button
|
||||||
className="btn btn-sm rounded-circle border text-secondary" // Added text-secondary for lighter color, kept btn-sm for smaller size like in image
|
className="btn btn-sm rounded-circle border text-secondary" // Added text-secondary for lighter color, kept btn-sm for smaller size like in image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user