File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Pages/GlobalConfigurations/Authorization/UserPermissions/List
v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ const UserPermissionListHeader = ({
50
50
</ div >
51
51
}
52
52
>
53
- < HelpOutlineIcon className = "mw-20 icon-dim-20 fcn-6 cursor" />
53
+ < div className = "flex" >
54
+ < HelpOutlineIcon className = "mw-20 icon-dim-20 fcn-6 cursor" />
55
+ </ div >
54
56
</ TippyCustomized >
55
57
</ div >
56
58
< div className = "flex dc__gap-8" >
Original file line number Diff line number Diff line change @@ -197,7 +197,9 @@ export default function ExternalArgoList({
197
197
< div className = "app-list__cell app-list__cell--env" >
198
198
< span className = "app-list__cell-header mr-4" > { APP_LIST_HEADERS . Environment } </ span >
199
199
< Tippy className = "default-tt" arrow placement = "top" content = { ENVIRONMENT_HEADER_TIPPY_CONTENT } >
200
- < HelpOutlineIcon className = "icon-dim-20" />
200
+ < span >
201
+ < HelpOutlineIcon className = "icon-dim-20" />
202
+ </ span >
201
203
</ Tippy >
202
204
</ div >
203
205
Original file line number Diff line number Diff line change @@ -685,15 +685,17 @@ const LogsComponent = ({
685
685
/>
686
686
) : (
687
687
< Tippy className = "default-tt" arrow = { false } placement = "top" content = "Download logs" >
688
- < Download
689
- className = { `icon-dim-16 mr-8 cursor ${
690
- ( podContainerOptions ?. containerOptions ?? [ ] ) . length === 0 ||
691
- ( prevContainer && showNoPrevContainer != '' )
692
- ? 'cursor-not-allowed dc__opacity-0_5'
693
- : ''
694
- } `}
695
- onClick = { handleDownloadLogs }
696
- />
688
+ < span >
689
+ < Download
690
+ className = { `icon-dim-16 mr-8 cursor ${
691
+ ( podContainerOptions ?. containerOptions ?? [ ] ) . length === 0 ||
692
+ ( prevContainer && showNoPrevContainer != '' )
693
+ ? 'cursor-not-allowed dc__opacity-0_5'
694
+ : ''
695
+ } `}
696
+ onClick = { handleDownloadLogs }
697
+ />
698
+ </ span >
697
699
</ Tippy >
698
700
) ) }
699
701
</ div >
You can’t perform that action at this time.
0 commit comments