Skip to content

Commit

Permalink
[chores:ui] Avoid resizing of cancel button in confirmation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 19, 2024
1 parent 7cb2929 commit 8216bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openwisp_utils/admin_theme/static/admin/css/openwisp.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ a.button,
font-weight: 500;
font-size: 15px;
}
.delete-confirmation form .cancel-link,
.delete-confirmation input[type="submit"] {
height: auto !important;
line-height: inherit !important;
}
div#toolbar {
padding: 0.8rem 1.2rem;
}
Expand Down

0 comments on commit 8216bb7

Please sign in to comment.