mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
fix(frontend): Fix text styling (#753)
This commit is contained in:
@@ -169,7 +169,10 @@
|
||||
</TabContent>
|
||||
<TabContent value="last_save" class="p-2">
|
||||
{#if lastSave}
|
||||
<h2>last local save for path {path}</h2>
|
||||
<div class="text-sm font-bold text-gray-600">
|
||||
Last local save for path
|
||||
<span class="italic">{path}</span>
|
||||
</div>
|
||||
<HighlightCode language={lang} code={lastSave} />
|
||||
{:else}
|
||||
No local save
|
||||
|
||||
Reference in New Issue
Block a user