Skip to content

Commit ec83216

Browse files
committed
refactor: restore
|
1 parent 8d123ff commit ec83216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pluggableWidgets/datagrid-web/src/features/selection-counter/SelectionCounter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SelectionCounter = observer(function SelectionCounter() {
1111
<span className="widget-datagrid-selection-text" aria-live="polite" aria-atomic="true">
1212
{selectionCountStore.selectedCountText}
1313
</span>
14-
&nbsp;
14+
&nbsp;|&nbsp;
1515
<button className="widget-datagrid-btn-link" onClick={selectActionHelper.onClearSelection}>
1616
{selectionCountStore.clearButtonLabel}
1717
</button>

packages/pluggableWidgets/gallery-web/src/components/SelectionCounter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SelectionCounter = observer(function SelectionCounter({
2121
<span className="widget-gallery-selection-count" aria-live="polite" aria-atomic="true">
2222
{selectionCountStore.selectedCountText}
2323
</span>
24-
&nbsp;
24+
&nbsp;|&nbsp;
2525
<button
2626
className="widget-gallery-clear-selection"
2727
onClick={itemSelectHelper.onClearSelection}

0 commit comments

Comments
 (0)