Skip to content

Commit

Permalink
Merge pull request #9529 from owncloud/shared-with-action-align-label…
Browse files Browse the repository at this point in the history
…-new

shared with action menu expiration date label alignment
  • Loading branch information
JammingBen authored Aug 2, 2023
2 parents 3efbeb1 + 0f0a72c commit fd9f7bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-align-label
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Shared with action menu label alignment

Adjusted offset of alignment of label for shared with action menu option in Sidebar.

https://github.com/owncloud/web/pull/9529
https://github.com/owncloud/web/issues/9323
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@click="option.method"
>
<oc-icon :name="option.icon" fill-type="line" size="medium" variation="passive" />
<span class="oc-ml-s" v-text="option.title" />
<span v-text="option.title" />
</oc-button>
</template>
</li>
Expand Down

0 comments on commit fd9f7bc

Please sign in to comment.