Skip to content

Commit

Permalink
chore(options): adjust table column width
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Jan 4, 2022
1 parent 574adfe commit 4fd1895
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions src/scripts/options/subscription-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,19 +393,8 @@ export const ManageSubscriptions: React.VFC<{
<Table>
<TableHeader>
<TableHeaderRow>
<TableHeaderCell width="36px" />
{
// #if !SAFARI
<TableHeaderCell width="calc(80% - 72px - 0.75em)">
{translate('options_subscriptionNameHeader')}
</TableHeaderCell>
/* #else
<TableHeaderCell width="calc((min(640px, 100vw) - 1.25em * 2) * 0.8 - 72px - 0.75em)">
{translate('options_subscriptionNameHeader')}
</TableHeaderCell>
*/
// #endif
}
<TableHeaderCell width="2.25em" />
<TableHeaderCell>{translate('options_subscriptionNameHeader')}</TableHeaderCell>
<TableHeaderCell width="20%">
{translate('options_subscriptionUpdateResultHeader')}
</TableHeaderCell>
Expand Down

0 comments on commit 4fd1895

Please sign in to comment.