Skip to content

Commit

Permalink
Fix padding and alignment of FileDownload (#6101)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Dec 20, 2023
1 parent 1f4275e commit afc9e7f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions panel/dist/css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,14 @@
}

.bk-btn a {
display: inline-block;
align-items: center;
display: flex;
height: 100%;
width: 100%;
justify-content: center;
padding: 6px;
width: 100%;
}

:host(.bk-panel-models-widgets-FileDownload) .bk-btn {
padding: 0px;
}

0 comments on commit afc9e7f

Please sign in to comment.