feat: nowrap for heading
This commit is contained in:
@ -47,7 +47,7 @@ const ApiServicesPage: FC = () => {
|
||||
</div>
|
||||
)}
|
||||
|
||||
<thead className="bg-black/5 dark:bg-white/5">
|
||||
<thead className="bg-black/5 dark:bg-white/5 text-nowrap">
|
||||
<tr>
|
||||
<th className="px-6 py-3 text-left text-sm font-semibold text-gray-700 dark:text-white/70 border border-l-0 border-gray-300 dark:border-gray-700">
|
||||
Name
|
||||
|
Reference in New Issue
Block a user