Skip to content

Commit

Permalink
fix: improve REPL error button styling (#11547)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed May 10, 2024
1 parent c450cdb commit 3103a0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/svelte-5-preview/src/lib/Message.svelte
Expand Up @@ -44,6 +44,10 @@
</div>

<style>
button {
white-space: pre;
}
.message {
position: relative;
color: white;
Expand Down

0 comments on commit 3103a0d

Please sign in to comment.