Skip to content

Commit

Permalink
feat: appoitments
Browse files Browse the repository at this point in the history
  • Loading branch information
costafsk committed Jul 16, 2021
1 parent e06e543 commit eaca0d4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/assets/scss/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.scroll-table {
@apply overflow-x-auto;

overflow-y: hidden;
@apply overflow-x-auto overflow-y-hidden;

// custom scroll
&::-webkit-scrollbar {
Expand Down Expand Up @@ -44,9 +42,7 @@ table {
@apply bg-gray3 align-middle text-left font-rubik text-small p-4 border-b border-solid border-orangePrimary;

strong {
@apply inline-flex items-center font-medium;

white-space: nowrap;
@apply inline-flex items-center font-medium whitespace-no-wrap;
}

&:first-child {
Expand Down

0 comments on commit eaca0d4

Please sign in to comment.