Fix Studio S3 dataset panel layout (#6252)

This commit is contained in:
Wasim Yousef Said 2026-06-12 15:19:52 +02:00 committed by GitHub
commit ce34aba932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ const DEFAULT_S3_CONFIG: S3Config = {
};
/**
* Inline S3 dataset configuration card. Shown in the dataset section when the
* Inline S3 dataset configuration form. Shown in the dataset section when the
* selected source is "s3"; reads and writes the shared training-config store.
*/
export function S3ConfigForm() {
@ -46,7 +46,7 @@ export function S3ConfigForm() {
};
return (
<div className="flex min-w-0 flex-col gap-3 rounded-lg border bg-muted/20 px-3.5 py-3">
<div className="flex min-w-0 flex-col gap-3">
<div>
<p className="text-xs font-medium text-foreground">
{t("studio.dataset.s3.title")}

View file

@ -1568,11 +1568,11 @@
/* Fine-tuning Studio: equal default height, expandable when needed (md+) */
.min-h-studio-config-column {
@apply md:min-h-[470px];
@apply md:min-h-[520px];
}
.h-studio-config-column {
@apply md:h-[470px];
@apply md:h-[520px];
}
[data-streamdown="unordered-list"] {