Skip to content

Commit

Permalink
Changes review related topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianE committed May 10, 2021
1 parent 8ce4505 commit 5e5dd4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
- Excluding in delta mode is broken ([#1578](https://github.com/MaibornWolff/codecharta/issues/1578))
(Inclusion and exclusion of files using wildcard searches in the flatten and exclude operations)
- Fix labels and lines missing a connection in some cases([#1716](https://github.com/MaibornWolff/codecharta/issues/1716))
- Ribbons resizing when expanding
- Ribbons resizing when expanding ([#1952](https://github.com/MaibornWolff/codecharta/issues/1952))

### Chore 👨‍💻 👩‍💻

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</md-input-container>
</md-slider-container>

<div class="defaults">
<div class="bottom-row">
<md-input-container class="default-margin">
<md-checkbox
class="md-primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ area-settings-panel-component {
}
}

.defaults {
.bottom-row {
align-items: center;
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 5e5dd4c

Please sign in to comment.