Skip to content

Commit e3214bb

Browse files
committed
fix: add rounding to the table for the small screens
1 parent 07c057a commit e3214bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="afcl-table-container relative overflow-x-auto shadow-md sm:rounded-lg">
2+
<div class="afcl-table-container relative overflow-x-auto shadow-md rounded-lg">
33
<div class="overflow-x-auto w-full">
44
<table class="afcl-table w-full text-sm text-left rtl:text-right text-lightTableText dark:text-darkTableText overflow-x-auto">
55
<thead class="afcl-table-thread text-xs text-lightTableHeadingText uppercase bg-lightTableHeadingBackground dark:bg-darkTableHeadingBackground dark:text-darkTableHeadingText">

0 commit comments

Comments
 (0)