Skip to content

Commit

Permalink
Bump up the font size for traceback error UI
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Nov 22, 2023
1 parent d7aa3b8 commit 4e074ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ import { ChannelService, ChannelStatus } from "../services/channel_service";
.traceback-heading {
font-weight: 500;
font-size: 1rem;
font-size: 1.2rem;
}
.traceback {
font-family: monospace;
font-size: 0.8rem;
font-size: 1rem;
line-height: 1.5;
white-space: preserve;
border: 1.5px solid #d8adad;
Expand All @@ -53,7 +53,7 @@ import { ChannelService, ChannelStatus } from "../services/channel_service";
.show-full-traceback {
text-decoration: underline;
font-size: 0.85rem;
font-size: 1rem;
}
.show-full-traceback:hover {
Expand Down

0 comments on commit 4e074ce

Please sign in to comment.