Skip to content

Commit

Permalink
fix(orb-ui): Minor Adjustments on tabs components
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-mendonca-encora committed Sep 28, 2023
1 parent 9e4a7fc commit 0fed168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/@theme/styles/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
align-content: flex-start;
justify-content: flex-start;
align-items: stretch;
overflow-x: auto;
min-width: 800px;
overflow-x: hidden !important;
}

.orb-table {
Expand All @@ -193,9 +193,9 @@
}

.orb-table-small {
min-height: calc(25vh);
min-height: calc(40vh);
min-width: 600px;
max-height: calc(25vh);
max-height: calc(40vh);
}

.orb-service- {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nb-card {
nb-card-body {
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
margin: 0;
margin: 0 !important;
padding: 0 1rem 0 1rem;
background-color: #1c2339 !important;

Expand Down

0 comments on commit 0fed168

Please sign in to comment.