Skip to content

Commit

Permalink
Fix duplicating of keyResult view
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Dec 20, 2024
1 parent b57e9b0 commit e109d94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/style/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ table.okr-table {
}

.mdc-label {
display: flex;
align-items: center;
overflow: hidden;
width: 100%;
background: $soft-grey;
Expand All @@ -395,6 +397,10 @@ table.okr-table {
}
}

.mat-mdc-checkbox {
padding-left: 2px;
}

@import "custom_bootstrap";

.spinner-container {
Expand Down

0 comments on commit e109d94

Please sign in to comment.