diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index e0a80b2b..2c81e0da 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -648,7 +648,7 @@
:data-source="getInboundClients(record)"
:pagination=pagination(getInboundClients(record))
:scroll="isMobile ? {} : { x: 'max-content' }"
- :style="{ margin: `-10px ${isMobile ? '2px' : '22px'} -11px` }">
+ :style="{ margin: `-10px ${isMobile ? '2px' : '22px'} -21px` }">
{{template "component/aClientTable" .}}