File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/data-widgets/src/themesource/datawidgets/web
pluggableWidgets/gallery-web/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ $root: ".widget-datagrid";
311311 justify-content : flex-end ;
312312 white-space : nowrap ;
313313 align-items : baseline ;
314- margin : 0 16px ;
314+ margin : 16px ;
315315 color : $pagination-caption-color ;
316316
317317 .paging-status {
Original file line number Diff line number Diff 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- |
24+
2525 < button
2626 className = "widget-gallery-clear-selection"
2727 onClick = { itemSelectHelper . onClearSelection }
You can’t perform that action at this time.
0 commit comments