Skip to content

Commit

Permalink
Don't break Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Oct 10, 2023
1 parent ecf790d commit 00bd312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div class="content">
<div class="state-normal">
<h1>Preparing Home Assistant</h1>
<h1>Preparing <span class="no-break">Home Assistant</span></h1>
<h2>This may take up to 20 minutes</h2>
<div class="loading">
<div class="progress">
Expand Down
4 changes: 4 additions & 0 deletions rootfs/usr/share/www/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ body {
font-size: 12px;
}

.no-break {
white-space: nowrap;
}

.error .state-normal {
display: none;
}
Expand Down

0 comments on commit 00bd312

Please sign in to comment.