Skip to content

Commit

Permalink
Fix card width
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFomina committed Jan 19, 2025
1 parent 62378c3 commit efa84aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/workspace/settings/BillingOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ export default Vue.extend({
@import url('./../../../styles/custom-properties.css');
.billing-card {
width: var(--width-popup-form-container);
min-width: var(--width-popup-form-container);
width: fit-content;
margin-bottom: 20px;
padding: 20px;
color: var(--color-text-main);
Expand Down

0 comments on commit efa84aa

Please sign in to comment.