Skip to content

Commit

Permalink
Ensure FileDownload button has correct height (#6362)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Feb 19, 2024
1 parent e5955d3 commit d4a216e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion panel/dist/css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,20 @@
.bk-btn a {
align-items: center;
display: inline;
flex-grow: 1;
height: 100%;
justify-content: center;
padding: 6px;
width: 100%;
}

:host(.bk-panel-models-widgets-FileDownload) .bk-btn {
align-items: center;
display: flex;
flex-direction: row;
justify-content: center;
padding: 0px;
}

:host(.bk-panel-models-widgets-FileDownload) .bk-btn .bk-TablerIcon {
margin-left: 0.5em;
}

0 comments on commit d4a216e

Please sign in to comment.