diff --git a/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss b/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss index 2402f1b5..a236c3bc 100644 --- a/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss +++ b/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss @@ -3,7 +3,7 @@ width: 2.2rem; text-overflow: unset; & svg { - max-width: 1.6rem; - width:1.6rem; + max-width: 2.1rem; + width:2.1rem; } } diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss index 60a031b9..74d2bf0f 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss @@ -5,8 +5,8 @@ } .mat-column-private { - max-width: 1.6rem; - width:1.6rem; + max-width: 2.1rem; + width:2.1rem; } .mat-column-balancedness { diff --git a/src/app/lnd/transactions/invoices/lightning-invoices.component.scss b/src/app/lnd/transactions/invoices/lightning-invoices.component.scss index 7d809bde..4b992c71 100644 --- a/src/app/lnd/transactions/invoices/lightning-invoices.component.scss +++ b/src/app/lnd/transactions/invoices/lightning-invoices.component.scss @@ -5,6 +5,6 @@ } .mat-column-private, .mat-column-is_keysend, .mat-column-is_amp { - max-width: 1.6rem; - width:1.6rem; + max-width: 2.1rem; + width:2.1rem; }