Allow text selection in actions step header (#26588)

pull/26565/head^2
silverwind 1 year ago committed by GitHub
parent bfb5b43b04
commit 30e5278d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web_src/js/components/RepoActionView.vue

@ -740,7 +740,6 @@ export function initRepositoryActionView() {
padding: 5px 10px;
display: flex;
align-items: center;
user-select: none;
border-radius: var(--border-radius);
}

Loading…
Cancel
Save