Skip to content

Commit

Permalink
8877-orcid-id-doesnt-wrap-on-firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Oct 19, 2023
1 parent 720b7bd commit aa5a720
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/cdk/side-bar/side-bar-id/side-bar-id.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
}
.id {
display: inline-grid;
max-width: 100%;
span {
overflow-wrap: anywhere;
}
.orcid-id {
overflow-wrap: anywhere;
margin: 0;
}
}
Expand Down

0 comments on commit aa5a720

Please sign in to comment.