Skip to content

Commit

Permalink
Merge pull request #1189 from necyberteam/md-dev
Browse files Browse the repository at this point in the history
Md dev
  • Loading branch information
a-pasquale authored May 22, 2024
2 parents 292953e + 31759ac commit 328ba8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions web/themes/nect-theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,13 @@ button.copyclip:has(:hover, + details.search-ci-links summary:hover) {
background-color: var(--ccmnet-purple) !important;
padding: 0.5rem 1rem !important;
}
.ccmnet .carousel-item p.text-small {
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.corner-triangle {
aspect-ratio: 1;
clip-path: polygon(0 100%,100% 0,100% 100%);
Expand Down

0 comments on commit 328ba8f

Please sign in to comment.