Skip to content

Commit

Permalink
fix(ui): Make long pacticipant versions look nice (#407)
Browse files Browse the repository at this point in the history
Make long versions break in UI and hal-browser.
  • Loading branch information
barthez authored Mar 27, 2021
1 parent 0f0ba74 commit dbb967e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/stylesheets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ body { padding-top: 10px; }
word-wrap: break-word;
}

.consumer-version-number, .provider-version-number {
.consumer-version,
.provider-version,
.consumer-version-number,
.provider-version-number {
word-wrap: break-word;
}

Expand Down
6 changes: 6 additions & 0 deletions vendor/hal-browser/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ body table.table {
font-size: 11px;
}

body table.table td:nth-child(3) {
word-wrap: break-word;
}

.location-bar-container {
line-height: 30px;
}
Expand All @@ -70,7 +74,9 @@ body table.table {
}
.embedded-resource-title {
font-style: italic;
word-wrap: break-word;
}

.embedded-resource-title:before {
content: "\"";
}
Expand Down

0 comments on commit dbb967e

Please sign in to comment.