Skip to content

Commit

Permalink
DEV: update the classname to match in core; success label tweak (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellaestigoy authored Oct 24, 2024
1 parent ea174f7 commit d2d02c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/common/docker-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d2d02c6

Please sign in to comment.