Merge pull request 'fix(ui): host file input max width' (#4760) from fix/host-file-input-max-width into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4760
This commit is contained in:
brianmcgee
2025-08-14 14:01:34 +00:00

View File

@@ -101,6 +101,11 @@ export const HostFileInput = (props: HostFileInputProps) => {
</Tooltip.Portal>
<Tooltip.Trigger
as={Button}
class={cx(
props.orientation === "vertical"
? styles.vertical_button
: styles.horizontal_button,
)}
hierarchy="secondary"
size={props.size}
startIcon="Folder"