diff --git a/app/client/ui/RightPanel.ts b/app/client/ui/RightPanel.ts index 230894e1..6c60b0e5 100644 --- a/app/client/ui/RightPanel.ts +++ b/app/client/ui/RightPanel.ts @@ -279,7 +279,7 @@ export class RightPanel extends Disposable { cssSeparator(), cssSection( dom.maybe(refSelect.isForeignRefCol, () => [ - cssLabel('Add referenced columns'), + cssLabel(t('Add referenced columns')), cssRow(refSelect.buildDom()), cssSeparator() ]), diff --git a/app/client/ui2018/buttons.ts b/app/client/ui2018/buttons.ts index 07c78108..2bb08d9c 100644 --- a/app/client/ui2018/buttons.ts +++ b/app/client/ui2018/buttons.ts @@ -106,6 +106,7 @@ export const bigPrimaryButtonLink = tbind(button, null, {link: true, large: true export const textButton = styled(cssButton, ` border: none; padding: 0px; + text-align: left; background-color: inherit !important; &:disabled { color: ${theme.controlPrimaryDisabled};