Skip to content

Commit

Permalink
Use class instead of tag, Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed May 3, 2022
1 parent 1ac5be5 commit b8d55c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/spaces/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default defineComponent({
z-index: 999;
}
li {
.spaces-list-projects {
aspect-ratio: 16/9;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`Spaces projects view should list spaces 1`] = `
oc-child-width-1-4@l
oc-child-width-1-5@xl
">
<li class="oc-mb-m">
<li class="oc-mb-m spaces-list-projects">
<div data-space-id="1" class="spaces-list-card oc-card oc-card-default oc-rounded">
<div class="oc-card-media-top oc-border-b"><a href="#/" aria-current="page" class="router-link-exact-active router-link-active">
<!----> <span class="space-default-image oc-px-m oc-py-m oc-icon oc-icon-xxl oc-icon-passive"><!----></span>
Expand Down

0 comments on commit b8d55c7

Please sign in to comment.