fix: omit distribution and cpu_offload fields from default spec
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.alert-info-block {
|
||||
padding: 6px 10px;
|
||||
padding-block: 6px;
|
||||
padding-inline: 10px 16px;
|
||||
position: relative;
|
||||
padding-left: 32px;
|
||||
text-align: left;
|
||||
|
||||
@@ -65,7 +65,7 @@ const AlertInfo: React.FC<AlertInfoProps> = (props) => {
|
||||
{title && (
|
||||
<TitleWrapper className="title-text">{title}</TitleWrapper>
|
||||
)}
|
||||
<OverlayScroller maxHeight={80} style={{ ...contentStyle }}>
|
||||
<OverlayScroller maxHeight={86} style={{ ...contentStyle }}>
|
||||
<ContentWrapper
|
||||
$hasTitle={!!title}
|
||||
className={classNames('content', type)}
|
||||
|
||||
Reference in New Issue
Block a user