Skip to content

Commit

Permalink
Fixes a whitespace wrap issue in trait examples
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jan 5, 2023
1 parent 445ec0c commit ad04e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/HomeAutio.Mqtt.GoogleHome/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ a:hover {
font-weight: bold;
}

.btn.dropdown-toggle {
white-space: break-spaces;
}

.card-header h1,
.card-header h2,
.card-header h3,
Expand Down
4 changes: 4 additions & 0 deletions src/HomeAutio.Mqtt.GoogleHome/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ a:hover {
}
}

.btn.dropdown-toggle {
white-space: break-spaces;
}

.card-header h1,
.card-header h2,
.card-header h3,
Expand Down

0 comments on commit ad04e62

Please sign in to comment.