Skip to content

Commit

Permalink
#55 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemsadiq committed Jun 5, 2022
1 parent 43af85f commit c3dfb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ sites/**/theme/node_modules
sites/**/theme/css/*.map

# Sites
sites/**
sites/**
!sites/dashboard
2 changes: 1 addition & 1 deletion sites/dashboard/pages/index.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>

<!-- TABLE -->
<div class="bg-white shadow rounded-sm my-2.5 overflow-x-auto">
<div class="bg-white shadow rounded-sm my-2.5 overflow-x-scroll">
<div class="flex flex-row w-full bg-gray-200 text-gray-600 uppercase text-sm font-bold leading-normal">
<div class="w-1/12 py-3 px-6 text-left">#</div>
<div class="w-4/12 py-3 px-6 text-left">Site</div>
Expand Down

0 comments on commit c3dfb0b

Please sign in to comment.