mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Styling text button for left alignment
Summary: Adding text alignment for text buttons. Test Plan: Existing. Reviewers: JakubSerafin Reviewed By: JakubSerafin Differential Revision: https://phab.getgrist.com/D3884
This commit is contained in:
@@ -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()
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user