DEV: update the classname to match in core; success label tweak (#246)

This commit is contained in:
Ella E. 2024-10-24 15:29:58 -06:00 committed by GitHub
parent ea174f7e36
commit d2d02c6fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ export default class RepoStatus extends Component {
</div>
</td>
<td class="d-admin-row__control">
<td class="d-admin-row__controls">
{{#if @repo.checkingStatus}}
<div class="status-label --loading">
{{i18n "admin.docker.checking"}}

View File

@ -157,7 +157,7 @@
&.--success {
background-color: var(--success-low);
padding: var(--space-1) var(--space-2);
padding: 0.8rem var(--space-2);
border-radius: var(--d-border-radius);
.status-label-indicator {