Skip to content

Commit

Permalink
Agency: Prevent cutting content in person card
Browse files Browse the repository at this point in the history
TYPE: Bugfix
LINK: ogc-1963
  • Loading branch information
Tschuppi81 authored Dec 13, 2024
1 parent 5523e08 commit d296c64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/onegov/org/theme/styles/org.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2550,9 +2550,6 @@ $person-email-icon: '\f003';
ul {
> li {
font-size: .875rem;
max-width: calc(100vw - 7.5rem);
overflow: hidden;
text-overflow: ellipsis;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/onegov/town6/theme/styles/person.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ Person card in lists
-webkit-line-clamp: 2;
display: -webkit-box;
margin-bottom: 0;
overflow: hidden;

span {
cursor: help;
Expand Down

0 comments on commit d296c64

Please sign in to comment.