Skip to content

Commit d54586f

Browse files
committed
Reduce size of payment settings button
1 parent 148700f commit d54586f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css/frm_admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/scss/admin/components/_nav-tabs.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,15 @@
109109
.frm-payments-settings-button {
110110
display: flex;
111111
align-items: center;
112-
padding: 8px 12px;
112+
padding: 0 12px 8px;
113113
border-bottom: 1px solid rgba(234, 236, 240, 1);
114114

115115
.button {
116116
display: inline-flex;
117117
align-items: center;
118118
gap: 6px;
119+
padding-top: var(--gap-2xs) !important;
120+
padding-bottom: var(--gap-2xs) !important;
119121

120122
svg {
121123
width: 22px;

0 commit comments

Comments
 (0)