Skip to content

Commit

Permalink
fix: search result list item style (DEV-3280) (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmastnt committed Feb 13, 2024
1 parent c70e1cf commit a36fee0
Showing 1 changed file with 6 additions and 1 deletion.
@@ -1,5 +1,10 @@
@use "../../../styles/config" as *;
@use '../../../styles/config' as *;

.content {
height: calc(100vh - #{$header-height});
}

::ng-deep .shorten-long-text {
overflow: hidden;
max-height: 45px;
}

0 comments on commit a36fee0

Please sign in to comment.