From 6aae192f1034ed513e8d1a0cd5080496ffd0d6ca Mon Sep 17 00:00:00 2001 From: Ayesha Nudrat Date: Thu, 14 Mar 2024 13:35:09 +0500 Subject: [PATCH] Reload button margin --- apps/table.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/table.css b/apps/table.css index 7653bb41e..4869b5583 100644 --- a/apps/table.css +++ b/apps/table.css @@ -235,3 +235,8 @@ nav li:not(.active):hover{ .p { margin-bottom: 0; } + +.d-md-inline-flex{ + display: flex; + justify-content: space-between; +}