Skip to content

Commit

Permalink
Merge branch 'master' into feat/DHIS2-15767-undefined-cells
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored Oct 6, 2023
2 parents ad704c5 + abb57d0 commit 85a2b72
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [100.9.4](https://github.com/dhis2/line-listing-app/compare/v100.9.3...v100.9.4) (2023-10-03)


### Bug Fixes

* make "greater than or equal to" render on a single line for conditions (DHIS2-14030) ([#430](https://github.com/dhis2/line-listing-app/issues/430)) ([4886533](https://github.com/dhis2/line-listing-app/commit/488653342a92828255fdb0b8604df89adc97b6b2))

## [100.9.3](https://github.com/dhis2/line-listing-app/compare/v100.9.2...v100.9.3) (2023-10-03)


Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# default code owner for repo
* @dhis2/analytics-frontend
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "line-listing-app",
"version": "100.9.3",
"version": "100.9.4",
"description": "DHIS2 Line Listing",
"license": "BSD-3-Clause",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

.operatorSelect {
flex: 0 1 auto;
min-width: 180px;
min-width: 204px;
margin-right: var(--spacers-dp4);
}

Expand Down

0 comments on commit 85a2b72

Please sign in to comment.