File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ export default function GitCommitInfoGeneric({
256
256
{ _webhookData . data [ 'git url' ] ? (
257
257
< a
258
258
href = { `${ _webhookData . data [ 'git url' ] } ` }
259
- target = "_blank"
259
+ target = "_blank noopener noreferrer "
260
260
rel = "noopener noreferer"
261
261
className = "dc__no-decor cb-5"
262
262
>
@@ -265,7 +265,7 @@ export default function GitCommitInfoGeneric({
265
265
) : null }
266
266
</ div >
267
267
{ selectedCommitInfo ? (
268
- < div className = "material-history__select-text material-history__header " >
268
+ < div className = "material-history__select-text flexbox dc__align-items-center dc__content-end fs-12 " >
269
269
{ _lowerCaseCommitInfo . isselected ? < Check className = "dc__align-right" /> : 'Select' }
270
270
</ div >
271
271
) : null }
You can’t perform that action at this time.
0 commit comments