Skip to content

Commit

Permalink
fix concept raw data chips overflow in all ontology content tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilelkihal committed Feb 6, 2025
1 parent 7b37224 commit 5f466da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/assets/stylesheets/concepts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@ div.synonym-change-request button {
margin-top: -4px;
}

#details_content .chip-button-component-container {
word-break: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
.concept_details_component{
.chip-button-component-container{
word-break: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}
}

0 comments on commit 5f466da

Please sign in to comment.