Fixed billing ui
This commit is contained in:
@@ -492,6 +492,25 @@ textarea {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.billing-inline-action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
|
||||
.billing-inline-action div {
|
||||
display: grid;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.billing-inline-action span {
|
||||
color: var(--muted);
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.overview-alert-actions {
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
|
||||
Reference in New Issue
Block a user