File tree Expand file tree Collapse file tree 8 files changed +19
-13
lines changed
domain/ActiveOperationMap
views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitValidateButton
packages/ui/src/components Expand file tree Collapse file tree 8 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 44 padding : var (--go-ui-spacing-md );
55 max-width : 64rem ;
66 min-height : 16rem ;
7- gap : var (--go-ui-spacing-md );
7+ gap : var (--go-ui-spacing-sm );
88 overflow : auto;
99
1010 .region-list {
Original file line number Diff line number Diff line change @@ -425,14 +425,17 @@ function ActiveOperationMap(props: Props) {
425425 value = { rawFilter . displacement }
426426 onChange = { setFilterField }
427427 />
428- < Button
429- name = { undefined }
430- onClick = { handleClearFiltersButtonclick }
431- variant = "secondary"
432- disabled = { ! filtered }
433- >
434- { strings . operationMapClearFilters }
435- </ Button >
428+ < div className = { styles . filterActions } >
429+ < Button
430+ name = { undefined }
431+ onClick = { handleClearFiltersButtonclick }
432+ variant = "secondary"
433+ disabled = { ! filtered }
434+ >
435+ { strings . operationMapClearFilters }
436+ </ Button >
437+ </ div >
438+
436439 </ >
437440 ) }
438441 actions = { ! presentationMode && (
Original file line number Diff line number Diff line change 77 top : var (--go-ui-spacing-md );
88 left : var (--go-ui-spacing-md );
99 }
10+
11+ }
12+ .filter-actions {
13+ align-self : end;
1014 }
1115
1216 .map-container {
Original file line number Diff line number Diff line change 55}
66
77.local-unit-validated-button {
8+ align-items : center;
89 border : none;
910 background-color : var (--go-ui-color-gray-40 );
1011
Original file line number Diff line number Diff line change 1919 width : fit-content;
2020 max-width : 100% ;
2121 overflow : hidden;
22- text-align : center;
2322 text-transform : var (--text-transform );
2423 line-height : var (--go-ui-line-height-md );
2524 color : var (--color-text );
4544 & .primary ,
4645 & .secondary {
4746 min-width : calc (var (--base-spacing ) * 6.5 );
48-
4947 .children {
5048 text-align : center;
5149 }
Original file line number Diff line number Diff line change 1717.dropdown-content {
1818 display : flex;
1919 flex-direction : column;
20- padding-left : var (--go-ui-spacing-lg ) ;
20+ padding : var (--go-ui-spacing-sm ) 0 ;
2121}
Original file line number Diff line number Diff line change 1010 padding : 0 var (--go-ui-spacing-sm );
1111
1212 .input {
13- padding-left : 12px ;
1413 height : var (--go-ui-height-compact-status-icon );
1514 }
1615 }
Original file line number Diff line number Diff line change 22 display : flex;
33 color : var (--go-ui-color-gray-70 );
44 gap : var (--go-ui-spacing-xs );
5+ padding-left : 12px ;
56
67 & .disabled {
78 color : var (--go-ui-color-gray-40 );
You can’t perform that action at this time.
0 commit comments