Skip to content

Commit

Permalink
Merge branch 'fix/concept-raw-data-chips-overflow' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilelkihal committed Feb 7, 2025
2 parents 8e2d38f + 5f466da commit 6642b93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/concepts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ div.synonym-change-request button {
margin-top: -4px;
}

.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 6642b93

Please sign in to comment.