Skip to content

Commit

Permalink
Fixed tabmenu doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 3, 2023
1 parent adf27e0 commit c74fe67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/showcase/styles/layout/_doc.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.doc-tabmenu {
list-style: none;
margin: 0 17rem 0 0;
padding: 0;
padding: 0 0 1px 0;
display: flex;
margin-bottom: 2rem;
border-bottom: 1px solid var(--surface-border);
Expand All @@ -14,7 +14,7 @@
background-color: transparent;
border: 0 none;
display: block;
padding: 1rem 0;
padding: 1rem 2rem;
min-width: 12rem;
text-align: center;
color: var(--surface-700);
Expand Down

1 comment on commit c74fe67

@vercel
Copy link

@vercel vercel bot commented on c74fe67 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primeng – ./

primeng-git-prod-primetek.vercel.app
primeng-primetek.vercel.app
primeng.org

Please sign in to comment.