mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
style(log-viewer): lowercase auto-scroll label, force vertical scrollbar
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
<label
|
||||
class="pr-2 text-2xs flex gap-2 font-normal text-primary items-center whitespace-nowrap"
|
||||
>
|
||||
Auto-scroll
|
||||
auto-scroll
|
||||
<input class="windmillapp" type="checkbox" bind:checked={scroll} />
|
||||
</label>
|
||||
{/if}
|
||||
@@ -359,7 +359,7 @@
|
||||
<pre
|
||||
bind:this={preEl}
|
||||
class={twMerge(
|
||||
'whitespace-pre break-words w-full flex-1 overflow-auto',
|
||||
'whitespace-pre break-words w-full flex-1 overflow-y-scroll overflow-x-auto',
|
||||
small ? '!text-2xs' : '!text-xs',
|
||||
noPadding ? '' : 'p-2'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user