Skip to content

Commit

Permalink
Remove unused CSS (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW authored Oct 15, 2024
1 parent 8de9257 commit 78fc3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export class RemoteDebuggingTerminatedScreen extends VBox {
render(
html`
<h1 class="remote-debugging-terminated-title">${i18nString(UIStrings.title)}</h1>
<span class="remote-debugging-terminated-message">
${i18nString(UIStrings.debuggingConnectionWasClosed)}
<div class="remote-debugging-terminated-message">
<span>${i18nString(UIStrings.debuggingConnectionWasClosed)}</span>
<span class="remote-debugging-terminated-reason">${reason}</span>
</span>
</div>
<div class="remote-debugging-terminated-options">
<div class="remote-debugging-terminated-label">
${i18nString(UIStrings.reconnectWhenReadyByReopening)}
Expand Down
1 change: 0 additions & 1 deletion front_end/ui/legacy/remoteDebuggingTerminatedScreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

.remote-debugging-terminated-message {
font-size: 14px;
white-space: pre;
margin: 5px 0;
margin-bottom: 24px;
}
Expand Down

0 comments on commit 78fc3dc

Please sign in to comment.