style: cluster creation steps
This commit is contained in:
@@ -261,7 +261,7 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
|
||||
placement: 'right'
|
||||
}}
|
||||
minWidth={60}
|
||||
maxWidth={180}
|
||||
maxWidth={220}
|
||||
>
|
||||
{data.label}
|
||||
</AutoTooltip>
|
||||
@@ -275,7 +275,7 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
|
||||
placement: 'right'
|
||||
}}
|
||||
minWidth={60}
|
||||
maxWidth={180}
|
||||
maxWidth={220}
|
||||
>
|
||||
{data.label}
|
||||
</AutoTooltip>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
width: 100%;
|
||||
|
||||
.title {
|
||||
max-width: min(100%, 180px);
|
||||
max-width: min(100%, 230px);
|
||||
min-width: min(120px, 32%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user