Skip to content

Commit

Permalink
Merge pull request #1361 from nextcloud/fix-action-input-label-height
Browse files Browse the repository at this point in the history
Fix ActionInput label height
  • Loading branch information
Julien Veyssier authored Sep 4, 2020
2 parents 3aab76a + f9c77d7 commit 40a892f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ActionInput/ActionInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ $input-margin: 4px;
width: #{$clickable-area - $input-margin * 2};
height: #{$clickable-area - $input-margin * 2};
box-sizing: border-box;
margin: 0 0 0 -8px;
padding: 7px 6px;
Expand Down

0 comments on commit 40a892f

Please sign in to comment.