mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
💄 Right-align the badge in the connection tab
A badge should not be displayed on a separate line by itself; it should annotate an item
This commit is contained in:
parent
be6cbd465f
commit
7d052b01a0
2 changed files with 6 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
|||
padding-top: var(--block-separator-gap, 32px);
|
||||
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color);
|
||||
}
|
||||
|
||||
&.ppcp--pull-right {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-r-settings-block {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue