mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 01:47:04 +00:00
fix(gui): align pagination arrows center
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -44,10 +44,10 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => {
|
||||
<span class="text-xs">{{ $t('activity.inviteTeam') }}</span>
|
||||
</template>
|
||||
<a-button type="primary" class="!rounded-md mr-1" size="medium">
|
||||
<div class="flex items-center space-x-1 cursor-pointer text-xs font-weight-bold ">
|
||||
<MdiAccountPlusOutline class="mr-1 nc-share-base text-gray-300 hover:text-accent" />
|
||||
Share
|
||||
</div>
|
||||
<div class="flex items-center space-x-1 cursor-pointer text-xs font-weight-bold">
|
||||
<MdiAccountPlusOutline class="mr-1 nc-share-base hover:text-accent text-sm" />
|
||||
Share
|
||||
</div>
|
||||
</a-button>
|
||||
</a-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user