Skip to content

Commit

Permalink
Merge pull request #1934 from nextcloud/fix/1887/action-link-overflow
Browse files Browse the repository at this point in the history
Prevent overflow of action-link in Firefox
  • Loading branch information
juliushaertl authored May 10, 2021
2 parents 01fd135 + d7d0d9d commit faf36a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
margin: 0;
padding: 0;
padding-right: $icon-margin;
box-sizing: border-box; // otherwise router-link overflows in Firefox

cursor: pointer;
white-space: nowrap;
Expand Down

0 comments on commit faf36a8

Please sign in to comment.