Skip to content

Commit

Permalink
Update NameSpaceList.js
Browse files Browse the repository at this point in the history
修复样式,存在多行 namespace后,显示不全。
  • Loading branch information
kunl authored Oct 31, 2022
1 parent 0a80276 commit b0274cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console-ui/src/components/NameSpaceList/NameSpaceList.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class NameSpaceList extends React.Component {
className={namespaceList.length ? 'namespacewrapper' : ''}
style={{
display: 'flex',
height: 40,
flex-wrap: 'wrap',
alignItems: 'center',
marginTop: 8,
marginBottom: 16,
Expand Down

0 comments on commit b0274cb

Please sign in to comment.