Skip to content

Commit

Permalink
Address PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 26, 2023
1 parent 284df58 commit 1d5cf33
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<oc-icon
v-if="link.expiration"
v-oc-tooltip="expirationDateTooltip"
class="oc-files-public-link-expires"
class="oc-files-public-link-expires oc-ml-xs"
:data-testid="`files-link-id-${link.id}-expiration-date`"
:aria-label="expirationDateTooltip"
name="calendar-event"
Expand Down Expand Up @@ -560,6 +560,5 @@ export default defineComponent({
.oc-files-public-link-expires {
margin-top: 1px; // to align with the other elements
margin-left: var(--oc-space-xsmall); // to align with the other elements
}
</style>

0 comments on commit 1d5cf33

Please sign in to comment.